2014年2月9日
当前时间设置之nextYear – FullCalendar中文文档
日程表前进一年:
.fullCalendar('nextYear')
1.3.x版本没有此方法,可以使用 .fullCalendar(‘incrementDate’, 1) 代替
官方英文文档:http://arshaw.com/fullcalendar/docs/current_date/nextYear/
日程表前进一年:
.fullCalendar('nextYear')
1.3.x版本没有此方法,可以使用 .fullCalendar(‘incrementDate’, 1) 代替
官方英文文档:http://arshaw.com/fullcalendar/docs/current_date/nextYear/