Jquery date picker with dynamic fields
Hi,
I am trying generate dynamic text boxes of Datepicker. The generation works fine, but i would like to customize the mindate for each from dates depending on what todate is selected previously. The best example of what i am trying to achieve is the multi leg journey and the from dates shouldn't overlap in each leg. I am using class to have datepickers for each of the dynamically generated text boxes.
Say for example
from date1:10/12/02015 To Date 1:12/12/2015
Below are the dynamically generated text boxes, if they want to add multiple legs
fromdate: should either be 12/12/2015 or greater than date at this point when a datepicker is initialized i want to disable all the dates before 1212/2015 as that is the todate for previous leg , like wise for other legs
I have tried on onselect , beforeShowDay. but just doesn't work.
Any help advice appreciated.
Many Thanks,
Teju