修复了ms.util的时间格式化默认格式问题

This commit is contained in:
panpp 2020-07-02 08:47:17 +08:00
parent c4bcf2b999
commit fc144a457d
1 changed files with 1 additions and 1 deletions

View File

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