js格式化后输出的值
Mon Nov 30 2020 11:00:00 GMT+0800 (中国标准时间)
但是传值给对象后的日期和原值对不上
serviceStartTime: "2020-11-30T3:00:00Z"
解决办法使用moment
moment(this.riqi2).utc(8).format()
2024-02-20 20:06:34
js格式化后输出的值
Mon Nov 30 2020 11:00:00 GMT+0800 (中国标准时间)
但是传值给对象后的日期和原值对不上
serviceStartTime: "2020-11-30T3:00:00Z"
解决办法使用moment
moment(this.riqi2).utc(8).format()