显示格式
① moment().format("YYYY-MM-DD HH:mm:ss") 显示: "2020-04-28 14:34:44"
② moment().format('dddd') 显示 "星期二"
时间戳
① moment().valueOf() 13位数字,精确到毫秒
② moment().unix() 10位数字,精确到秒
显示格式
① moment().format("YYYY-MM-DD HH:mm:ss") 显示: "2020-04-28 14:34:44"
② moment().format('dddd') 显示 "星期二"
时间戳
① moment().valueOf() 13位数字,精确到毫秒
② moment().unix() 10位数字,精确到秒