Hi guys,
I know how to set the date picker to only make selection available for dates greater than today's date (using JavaScript "min" date attribute), but what if I have two date fields and I want to set the second date picker to only make selection available for dates including/after the date selected in the first date field? The requirement is also to be able to use dates in the format "dd-MMM-yy".
For example, in the first date field, the user selects 26-Nov-16. Then, when they click on the date picker for the second date field, the earliest date they are able to select is 26 Nov.
I'm using Forms 10.1.
Thanks,
Mike