date.valueOf() // date 是 moment 实例
import moment from ‘moment‘ moment(timestamp).format()
使用 Moment 转换时间戳和日期
原文:https://www.cnblogs.com/yinyuxing/p/14656655.html