Javascript FullCalendar从视图中的当前月份和下个月开始

Javascript FullCalendar从视图中的当前月份和下个月开始,javascript,calendar,Javascript,Calendar,我有fullcalendar,它从2015年1月开始,我想开始并显示为当前月份和下个月的默认日历 请注意-我有以下代码 $('#calendar').fullCalendar({ theme: true, //now: gotoDate(CurrentDate),//'2015-08-07', editable: true, aspectRatio: 2.1, scrollTime: '00:00', selectable: true

我有
fullcalendar
,它从
2015年1月开始
,我想开始并显示为当前月份和下个月的默认日历

请注意-我有以下代码

$('#calendar').fullCalendar({
     theme: true,
     //now:  gotoDate(CurrentDate),//'2015-08-07',
     editable: true,
     aspectRatio: 2.1,
     scrollTime: '00:00',
     selectable: true,
     selectHelper: true,


您尝试过指定defaultDate吗?

是的,我已经尝试过defaultDate了,它不起作用

我已经有这个了

defaultView:“timelineYear”, 观点:{ 时间线日期:{ buttonText:':10个插槽', 慢速持续时间:“00:15” }, TimeLineEndDay:{ 键入:“时间线”, 持续时间:{天:10} } },

并且需要查看当月和下月