Convert date to UTC using moment.js

后端 未结 11 812
囚心锁ツ
囚心锁ツ 2020-12-13 01:43

Probably and easy answer to this but I can\'t seem to find a way to get moment.js to return a UTC date time in milliseconds. Here is what I am doing:

var dat         


        
11条回答
  •  天涯浪人
    2020-12-13 02:10

    I use this method and it works. ValueOf does not work for me.

    moment.utc(yourDate).format()
    

提交回复
热议问题