如何使用toDate()而不是format()来获取时间

时间:2019-08-05 11:42:49

标签: javascript node.js momentjs

我想从moment()获取时间字符串,但使用toDate()函数而不是format()函数

我可以使用格式函数获取时间,但它与toDate()函数返回的日期和时间不同。

moment().utc().toDate() 

返回了Mon Aug 05 2019 17:08:08

moment().utc().format('hh:mm a')

返回了11:40

我想使用11:40函数而不是toDate()函数获得format()

0 个答案:

没有答案