unix-timestamp – 使用Moment.js获取当前unixtimestamp

前端之家收集整理的这篇文章主要介绍了unix-timestamp – 使用Moment.js获取当前unixtimestamp前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我想使用Moment.js获取Unix TimeStamp
我可以找到很多函数将时间戳转换为moment.js中的日期
我知道,我可以通过使用下面的javascript函数轻松获取unix时间戳
Math.floor(new Date()。getTime()/ 1000)。

但我想使用Moment.js得到相同的结果。
在momnt.js中有任何直接函数获取当前时间戳。

moment().unix()

documentation是你的朋友。

猜你在找的Bash相关文章