抱歉我的英文。
我将fullCalendar
3.4.0放入我的项目中,在visual studio 2015的install-package下安装了最新版本的moment
。
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
答案 0 :(得分:0)
我发现了这个问题。我在visual studio 2015上安装了install-package,并使用了来自fullcalendar.3.4.0 zip文件的moment.min.js。