Fullcalendar显示月份和年份奇怪

时间:2017-06-06 16:41:36

标签: javascript jquery fullcalendar fullcalendar-3

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

0 个答案:

没有答案