From fc144a457dfc75bf9c2e3f7ba7feae687afa6713 Mon Sep 17 00:00:00 2001 From: panpp <805820766@qq.com> Date: Thu, 2 Jul 2020 08:47:17 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86ms.util=E7=9A=84?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E6=A0=BC=E5=BC=8F=E5=8C=96=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=A0=BC=E5=BC=8F=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/plugins/ms/1.0.0/ms.util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/static/plugins/ms/1.0.0/ms.util.js b/src/main/webapp/static/plugins/ms/1.0.0/ms.util.js index 137ac3cb..b927978c 100644 --- a/src/main/webapp/static/plugins/ms/1.0.0/ms.util.js +++ b/src/main/webapp/static/plugins/ms/1.0.0/ms.util.js @@ -62,7 +62,7 @@ fmt: function(de, fmt) { var date = new Date(typeof de == "string"?de.replace(/-/g, "/"):de); if (!fmt) { - fmt = "yyyy-mm-dd"; + fmt = "yyyy-MM-dd"; } var o = { "M+": date.getMonth() + 1, //月份