gpt4 book ai didi

javascript - fullcalendar 在上午 10 点之前不显示时间

转载 作者:行者123 更新时间:2023-11-29 23:23:18 26 4
gpt4 key购买 nike

大家好,我在前端使用全日历来显示时间段。我正在将 json 数据发送到 fullcalendar 配置,它显示了所有时间段,尽管存在 json 数据,但时间在 10 之前。

enter image description here

我的日历配置是

$('#calendar').fullCalendar({
defaultView: 'agendaDay',
defaultDate: $scope.today,
schedulerLicenseKey: 'CC-Attribution-NonCommercial-NoDerivatives',
header: {
left: 'prev,next today',
center: 'title',
right: 'agendaDay,agendaWeek,month'
},
allDaySlot: false,
eventClick: function (eventsFeed) {
$scope.openApptDetails(eventsFeed);
},
minTime: "07:00:00",
maxTime: "21:00:00",
contentHeight: "auto",
resources: resourcesFeed,
events: eventsFeed
});

那么谁能帮我看看为什么日历不显示上午 10 点之前的时段。

json 数据:

event: {color:"green",end:"2018-04-18T10:00:00",resourceId:1,start:"2018-04-18T9:00:00",studentName:"",title:"Available",tutorName:"",type:"",}

resource: {id:1,title:"Timmy Tutor"}

我正在使用 FullCalendar v3.6.1

最佳答案

尝试 2018-04-18T09:00:00 而不是 2018-04-18T9:00:00
小时数中缺少 0

关于javascript - fullcalendar 在上午 10 点之前不显示时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49932901/

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