gpt4 book ai didi

javascript - fullcalendar.js : times not showing up in agenda view

转载 作者:行者123 更新时间:2023-11-30 18:55:19 27 4
gpt4 key购买 nike

与其他人一样,我在将定时事件显示在 agendaWeek View 中时遇到了问题。如果你看下面的事件,前两个是我的并且显示为全天事件。最后一个来自文档并显示在正确的时间 block 中。我一直盯着这个看这么久,我确定我错过了一些简单的东西。其他人能看到吗?

    $(document).ready(function() {
$("#calendar").fullCalendar({
defaultView: 'agendaWeek',
month:0,//current year assumed, first day of month assumed
date: 4,
height: 650,
header: {left: 'title',center:'agendaWeek'},
events: [

{
title : 'Fred',
start : '2010-01-04 08:00:00',
end : '2010-01-04 09:00:00',
allday : false
},
{
title : 'Betty',
start : '2010-01-06 08:00:00',
allday : false
},

{
title : 'event3',
start : '2010-01-05 12:30:00',
allDay : false // will make the time show
}


]

});

});
</script>

最佳答案

我按如下方式解决了我的问题:在你有 allday 的地方,你需要 allDay 大写 D

干杯!

关于javascript - fullcalendar.js : times not showing up in agenda view,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2345627/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com