Has anyone linked a Jquery ui datepicker to 3 separate to dropdown/select lists (Day Month Year) so that changing the month/year on either the datepicker or dropdowns will restrict the amount of days available in the days dropdown.
Currently I have just a select list with values hard coded to 31, which allows some invalid dates.
I am using c# and mvc.
thank you