我已阅读文档http://arshaw.com/fullcalendar/docs/agenda/axisFormat/以在周视图中显示小时数。我的代码是:
$('#calendar').fullCalendar({
axisFormat:'h(:mm)tt',
...
});
但我仍然看到基本日历 =(。
由于标题,我没有看到房子。我的标题是:
header: {
left: 'prev,next today',
center: 'title',
right: 'month,basicWeek,basicDay'
},
安藤现在是:
header: {
left: 'prev,next today',
center: 'title',
right: 'month,agendaWeek,basicDay'
},
我可以看到房子