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

15 lines
255 B
Text

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');
});