我正在使用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
)};