This commit is contained in:
caolc
2023-03-22 09:23:04 +08:00
parent 84613456a7
commit 7247973c63
14 changed files with 475 additions and 197 deletions

View File

@@ -76,7 +76,7 @@
var date = new Date();
var seperator1 = "-";
var year = date.getFullYear();
var month = date.getMonth() + 1;
var month = date.getMonth() ;
var strDate = date.getDate();
if (month >= 1 && month <= 9) {
month = "0" + month;