lsc 5 ヶ月 前
コミット
5d00ed3cbf
1 ファイル変更2 行追加2 行削除
  1. 2 2
      js/Desktop/Onload.js

+ 2 - 2
js/Desktop/Onload.js

@@ -1185,8 +1185,8 @@ U.MD.D.getNotice = function () {
 //  });
 
 
-function formatDate(date) {
-    let date = new Date(date)
+function formatDate(_date) {
+    let date = new Date(_date)
     const year = date.getFullYear();
     const month = (date.getMonth() + 1).toString().padStart(2, "0");
     const day = date.getDate().toString().padStart(2, "0");