使用 Moment 转换时间戳和日期

日期 to 时间戳

date.valueOf() // date 是 moment 实例

时间戳 to 日期

import moment from 'moment'

moment(timestamp).format()
posted @ 2021-04-14 10:26  尹宇星_Kim  阅读(8139)  评论(0编辑  收藏  举报