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