Back to Fullcalendar

Methods

_docs-v4/intro/methods.md

latest316 B
Original Source

Methods provide ways to manipulate the calendar from JavaScript code.<!--more--> A method operates on a Calendar object that has already been initialized:

js
calendar.next();

This will call the next method and will force to the calendar to move to the next month/week/day.