today ===== Moves the calendar to the current date.
.fullCalendar( 'today' )
Example using `today` with an external button: $('#my-today-button').click(function() { $('#calendar').fullCalendar('today'); });