我正在使用 Fullcalendar 但是当我切换到“周视图”然后使用前进和后退按钮时,日期显示非常奇怪,就像这样......我该如何解决这个问题和/或有人遇到过这个问题?
Jun 4 – 10, 2017
这是我的代码:
$('#calendar').fullCalendar({
header: {
left: 'prev,next today',
center: 'title',
right: 'month,agendaWeek,agendaDay'
},
buttonText: {
today: 'today',
month: 'month',
week: 'week',
day: 'day'
},
eventDurationEditable: false
)};