fix:处理系统时区

This commit is contained in:
wangwenrui
2020-10-16 19:26:50 +08:00
parent dff9bd4f02
commit 5efaa21baf
16 changed files with 492 additions and 323 deletions

View File

@@ -894,6 +894,17 @@ const en = {
requiredName:'The name of the required'
},
},
date:{
week:{
one:'MON',
two:'TUE',
three:'WED',
four:'THU',
five:'FRI',
six:'SAT',
seven:'SUN',
}
},
...enLocale
}