此问题在此处已有答案:
How do I get the current time only in JavaScript(23个答案)
Javascript Date.now to readable format(5个答案)
昨天关门了。
我从api中得到一个datetime值,格式如下:2022-11- 11 T08:52:01.00000Z我需要用javascript把它转换成可读的形式。
new Date(myDate).getTime();
此问题在此处已有答案:
How do I get the current time only in JavaScript(23个答案)
Javascript Date.now to readable format(5个答案)
昨天关门了。
我从api中得到一个datetime值,格式如下:2022-11- 11 T08:52:01.00000Z我需要用javascript把它转换成可读的形式。
new Date(myDate).getTime();
1条答案
按热度按时间e4yzc0pl1#
moment
库是一个可以用来解决这个问题的工具。