当前时间设置之nextYear

优质
小牛编辑
134浏览
2023-12-01

日程表前进一年:

.fullCalendar('nextYear')

1.3.x版本没有此方法,可以使用 .fullCalendar(‘incrementDate’, 1) 代替

官方英文文档:http://arshaw.com/fullcalendar/docs/current_date/nextYear/