On Mon, April 30, 2007 12:30 pm, Sam Collett wrote: > Just thought of something else - an onDateChanged event. Could be > useful for date pickers that depend on each other (i.e. a date range, > defined by two pickers - 'picker2' has to be a later date than > 'picker1') >
I'm guessing you didn't see the "Start and end date pickers" example either? http://kelvinluck.com/assets/jquery/datePicker/v2/demo/datePickerStartEnd.html There are a number of custom events thrown by elements with date pickers attached to them.... dateSelected, dpClosed, and dpMonthChanged. They are described in more detail (along with descriptions of the arguments they recieve) in the documentation (inline or HTML), Hope that helps, Kelvin :)