当我点击事件时,如何在 FullCalendar 上格式化日期?(例如)并使用此代码:
eventClick: function( calEvent, jsEvent, view ){
alert('start: ' + calEvent.start);
alert('end: ' + calEvent.end);
},
该警报显示类似
start: 12/28/2013 14:55
end: 12/28/2013 18:55
代替"Tue Dec 28 2013 ... "
任何建议将不胜感激。