MomentJS - 作为字符串

这将以英文字符串形式输出日期。

语法

moment().toString();

示例

var a = moment().toString();

输出

As String

momentjs_formatting_date_and_time.html