So I have two text fields in a form I've created which will constitute a date range. I want to use the datepicker("change", settings) function to change the min or max date of the field when a date is selected.
Example: User selects: "4/10/2008" in 'from' datepicker. onSelect should then change the minDate value for the 'to' datepicker to "4/10/2008". and vice versa: User selects: "4/10/2008" in 'to' datepicker. onSelect should then change the maxDate value for the 'from' datepicker to "4/10/2008". Is this possible?