3973-monitor-client_dateFilter_Master #965
|
@ -136,7 +136,6 @@ module.exports = Self => {
|
||||||
let day = date.getDate();
|
let day = date.getDate();
|
||||||
if (day < 10) day = `0${day}`;
|
if (day < 10) day = `0${day}`;
|
||||||
let month = date.getMonth() + 1;
|
let month = date.getMonth() + 1;
|
||||||
console.log(month);
|
|
||||||
if (month < 10) month = `0${month}`;
|
if (month < 10) month = `0${month}`;
|
||||||
let year = date.getFullYear();
|
let year = date.getFullYear();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue