MomentJS - Now

这将显示当前日期。

示例

var now = moment();

要获取当前日期,我们必须使用以下代码 −

now._d

输出

Now

momentjs_parsing_date_and_time.html