gpt4 book ai didi

angularjs - 使用 Angular 将日期转换为东部时区

转载 作者:行者123 更新时间:2023-12-04 23:47:50 25 4
gpt4 key购买 nike

我正在从服务器获取数据,如下所示:

'2015-03-05T16:51:56+00:00'

使用 Angular,我想将此日期/时间显示为东部时间日期。有没有办法用 Angular 指定不同的时区?我正在做类似的事情:
{{ myDate | date: 'medium' }}

哪个回馈:
Mar 5, 2015 11:51:56 AM

但我希望它显示为:
Mar 5, 2015 4:51:56 PM

最佳答案

来自 angularJS dateFilter docs

timezone (optional) string

Timezone to be used for formatting. It understands UTC/GMT and the continental US time zone abbreviations, but for general use, use a time zone offset, for example, '+0430' (4 hours, 30 minutes east of the Greenwich meridian) If not specified, the timezone of the browser will be used.


所以尝试:
{{ myDate | date: 'medium' : -0500 }}

关于angularjs - 使用 Angular 将日期转换为东部时区,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28883472/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com