
today
=====

Moves the calendar to the current date.

<div class='spec' markdown='1'>
.fullCalendar( 'today' )
</div>

Example using `today` with an external button:

	$('#my-today-button').click(function() {
		$('#calendar').fullCalendar('today');
	});
