Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/oracle/9.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript FullCalendar不在列明细表中显示时间_Javascript_Jquery Plugins_Fullcalendar - Fatal编程技术网

Javascript FullCalendar不在列明细表中显示时间

Javascript FullCalendar不在列明细表中显示时间,javascript,jquery-plugins,fullcalendar,Javascript,Jquery Plugins,Fullcalendar,使用插件FullCalendar存储事件时,插件不会在列计划中显示时间。请按照JSBin的链接进行操作: 有人能帮我解决这个问题吗?提前感谢。如果您将minTime更改为minTime:“05:00:00”,则您的slotDuration与minTime冲突。或者您可以将slotLabelInterval更改为slotLabelInterval:“00:60:00”,或slotDuration更改为slotDuration:“00:60:00”。按照目前的方式,他们无法正常进入工作时间。是否正

使用插件FullCalendar存储事件时,插件不会在列计划中显示时间。请按照JSBin的链接进行操作:


有人能帮我解决这个问题吗?提前感谢。

如果您将
minTime
更改为
minTime:“05:00:00”
,则您的
slotDuration
minTime
冲突。或者您可以将
slotLabelInterval
更改为
slotLabelInterval:“00:60:00”
,或
slotDuration
更改为
slotDuration:“00:60:00”
。按照目前的方式,他们无法正常进入工作时间。

是否正确添加了moment js库?检查web浏览器中的开发人员控制台。您应该根据在问题中添加代码。