3973-monitor-client_dateFilter_Master #965

Merged
joan merged 6 commits from 3973-monitor-client_dateFilter into master 2022-05-09 07:28:34 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 1e3b05a95d - Show all commits

View File

@ -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();