เอกสารนี้พูดถึงmoment.ISO_8601
ว่าเป็นตัวเลือกการจัดรูปแบบ (จาก 2.7.0 - http://momentjs.com/docs/#/parsing/special-formats/ ) แต่ไม่มีงานเหล่านี้ (แม้แต่ 2.7.0):
var date = moment();
date.format(moment.ISO_8601); // error
moment.format(date, moment.ISO_8601); // error
( http://jsfiddle.net/b3d6uy05/1/ )
ฉันจะได้รับ ISO 8601 จาก moment.js ได้อย่างไร
moment().toISOString()