Issue 830: callback on today function
Status:  Done
Owner: ----
Closed:  Feb 2011
Reported by theo.the...@gmail.com, Feb 14, 2011
We use the datepicker to select other dates than visible in the current views. 
Clicking on the fullcalendar today button, must result in date update of the datepicker calendar.
eg. current view is another then the current month in fullcalendar. When clicking on the todat button, we like to fire an event to reset the datepicker.

tnx
Feb 15, 2011
Project Member #1 adamrs...@gmail.com
you should be able to listen to the viewDisplay trigger
http://arshaw.com/fullcalendar/docs/display/viewDisplay/

and update your datepicker every time that fires
Status: Done