我正在开发使用 jquery fullcalendar (v1)的项目,日期格式就像......
var initial = $.fullCalendar.formatDate($('#calendar').fullCalendar('getDate'), "MM dd yyyy HH:mm:ss");
最近,我们将完整日历迁移到v3,使用 moment.js ,代码看起来像这样......
var initialdate = moment($('#calendar').fullCalendar('getDate')).format("MM DD YYYY 00:00:00");
我在这一行上遇到以下错误。
moment.js:1177 Uncaught TypeError:expandFormat(...)。match不是函数(...)