Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
398 views
in Technique[技术] by (71.8m points)

跪求大佬指导,angular 时间管道DatePipe格式化时间问题?

datePipe格式化时间会把0点格式成24点

跟了下代码最终调用 Intl.DateTimeFormat,第一个参数(locales)始终无法理解!用的谷歌浏览器,有些是好的,有些事坏的

this.datePipe.transform(this.startDate, 'yyyy-MM-dd HH:mm:ss')


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

我也遇到了这个问题,请问你解决了吗?排查原因是因为chrome浏览器升级到最新版本(81)导致了date管道0:xx变成了24:xx


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...