fix: 修改 日期格式

This commit is contained in:
zhangyu
2021-12-31 16:41:30 +08:00
parent fd25007284
commit 45b6e953d2
32 changed files with 209 additions and 202 deletions

View File

@@ -392,7 +392,7 @@ function timeCompute (value, unit, dot = 0) {
}
function timeFormat34 (value) {
return bus.timeFormate(parseInt(value), 'yyyy-MM-dd hh:mm:ss')
return bus.timeFormate(parseInt(value), 'YYYY-MM-DD HH:mm:ss')
}
function timeFormat35 (value) {
return bus.timeFormate(parseInt(value), 'MM/dd/yyyy h:mm:ss a')