Datepicker
Datepicker
I need to implement a date range selector and when start date is selected end datepicker should disable the dates before start date. I tried this by using mindate and I got the selected date by using the method '.datepicker( "getDate" )'. But it is not working. Do I have to set it as the onselectevent of the startdate?