I want to make date range selection using jquery-ui datepicker. First change at #dteStart succeed to set minDate at #dteEnd. But #dteEnd failed to refresh its options on ne
If you just want to change the already configured options, you can also do:
$("#dteEnd").datepicker("option", DateOptions);
or
$("#dteEnd").datepicker("option", { dateFormat: "mm/dd/yyyy" });