如有这么一段时间 2020-09-02T09:19:33.212771+00:00
2020-09-02T09:19:33.212771+00:00
使用dayjs来格式:
dayjs('2020-09-02T09:19:33.212771+00:00').format('YYYY-MM-DD') // 变成了 2020-09-02T22:11:47+08:0
我想格式化成2020-09-02 09:19这样的格式,该如何处理
2020-09-02 09:19
dayjs(new Date('2020-09-02T09:19:33.212771+00:00')).format('yyyy-MM-dd HH:mm')
548k questions
547k answers
4 comments
86.3k users