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