对不起我的英语。
我将fullCalendar
3.4.0放在我的项目中,在Visual Studio 2015的安装包下安装了最新版本的moment
。
我忘了什么?在巴西,我们使用 24 小时格式 (00:00-23:59(。
Error at start:
jQuery.Deferred exception: eventProps.start is undefined normalizeEventTimes@http://localhost:49523/Scripts/fullcalendar.js:13629:24
normalizeEventDates@http://localhost:49523/Scripts/fullcalendar.js:13609:3
assignDatesToEvent@http://localhost:49523/Scripts/fullcalendar.js:13600:3
buildEventFromInput@http://localhost:49523/Scripts/fullcalendar.js:13584:4
buildEventSource/source.events<@http://localhost:49523/Scripts/fullcalendar.js:13174:13
map@http://localhost:49523/Scripts/jquery-3.1.1.min.js:2:3409
buildEventSource@http://localhost:49523/Scripts/fullcalendar.js:13173:21
EventManager/<@http://localhost:49523/Scripts/fullcalendar.js:12835:17
each@http://localhost:49523/Scripts/jquery-3.1.1.min.js:2:2813
EventManager@http://localhost:49523/Scripts/fullcalendar.js:12832:2
constructor@http://localhost:49523/Scripts/fullcalendar.js:11300:3
$.fn.fullCalendar/<@http://localhost:49523/Scripts/fullcalendar.js:54:15
each@http://localhost:49523/Scripts/jquery-3.1.1.min.js:2:2813
each@http://localhost:49523/Scripts/jquery-3.1.1.min.js:2:1001
$.fn.fullCalendar@http://localhost:49523/Scripts/fullcalendar.js:35:2
@http://localhost:49523/:22:9
j@http://localhost:49523/Scripts/jquery-3.1.1.min.js:2:29946
g/</k<@http://localhost:49523/Scripts/jquery-3.1.1.min.js:2:30262
TypeError: eventProps.start is undefined
我发现了道具。我在Visual Studio 2015上取消了从安装包安装的时刻,并使用了来自fullcalendar.3.4.0 zip文件的moment.min.js。