I'm using the JQuery UI datepicker plugin with
changeMonth: true,
changeYear: true
But the text field that holds the date only updates when the user actually clicks a day. If the user selects a month and year and then clicks outside the datepicker popup, I want the field to contain the first day of the month and year selected.
Currently the text field doesn't update unless the user actually clicks a particular day. Can anyone familiar with the plugin tell me if there is a way to fix this?