MomentJS - 日期



我们可以在 Moment 中使用新的 Date() JavaScript 对象。

语法

moment(Date);

示例

var day = moment(new Date(2018,10,08));

输出

Date
momentjs_parsing_date_and_time.htm
广告