我使用Moment.js来约会,我需要将一种格式更改为另一种格式,目前很难。
我拥有的是:2017-09-12T01:11:48+02:00
我想要的格式就像这样:Thu Oct 05 2017 12:20:00 GMT+0200
如果您认为这个问题是“避免搜索”,我很抱歉,但我已经搜索了很久。
非常感谢!
答案 0 :(得分:1)
moment().format('ddd MMM D YYYY, H:mm:ss [GMT]Z')
您可以在moment
文档中找到相关信息。 https://momentjs.com/docs/#/parsing/string-format/