Tài liệu này đề cập moment.ISO_8601
dưới dạng tùy chọn định dạng (từ 2.7.0 - http://momentjs.com/docs/#/parsing/special-formats/ ), nhưng cả hai đều không hoạt động (thậm chí 2.7.0):
var date = moment();
date.format(moment.ISO_8601); // error
moment.format(date, moment.ISO_8601); // error
( http://jsfiddle.net/b3d6uy05/1/ )
Làm cách nào tôi có thể nhận được ISO 8601 từ khoảnh khắc.js?
moment().toISOString()