fullcalendar/current_date/nextYear.txt
2010-01-16 14:29:18 -08:00

12 lines
276 B
Plaintext

nextYear *1.2.x and 1.4 onward*
===============================
Moves the calendar forward one year.
<div class='spec' markdown='1'>
.fullCalendar( 'nextYear' )
</div>
Version 1.3.x did not include this method, but you can use `.fullCalendar('incrementDate', 1)` instead.