2周视图FullCalendar无法正确显示

时间:2013-08-19 21:41:09

标签: fullcalendar

我正在尝试关注this post,我不确定是否因为我正在运行更新版本的fullcalendar或我做错了什么。

This is what i am seeing after i add the two week view.

1 个答案:

答案 0 :(得分:0)

我明白了。

代码renderBasic(2, 2, weekends ? 7 : 5, true);中的这一行 应该是renderBasic(2, 7, weekends ? 7 : 5, true) 而不是2作为第二个参数,它应该是一个7来显示一周中的所有7天。