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, //月份