ACTIVATIONDATEFORMATECHANGE : AADHAVAN
This commit is contained in:
parent
7fd60ed4aa
commit
5e19ffde59
@ -8,7 +8,7 @@ const moment = require('moment');
|
|||||||
|
|
||||||
module.exports.addMacValue= async(req, res, next)=>{
|
module.exports.addMacValue= async(req, res, next)=>{
|
||||||
try {
|
try {
|
||||||
const today = new Date();
|
const today = moment().format('YYYY/MM/DD');
|
||||||
const one_year = moment().add(1, 'year');
|
const one_year = moment().add(1, 'year');
|
||||||
const nextFiscalYearEndDate = one_year.format('YYYY/MM/DD');
|
const nextFiscalYearEndDate = one_year.format('YYYY/MM/DD');
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user