Hi! When I use two datepickers in a form, one for a startdate of an event and one for an end date of an event, how do I get the second datepicker popup to start on the selected date of the first datepicker field?
So:
FIELD1 (datepicker) : User enters this value: 01-01-2019
FIELD2 (datepicker): user clicks on field and popup shows the '01-01-2019' as starting date.
This ensures the user does not have to browse twice to find a date in the future.
I tried setting the value of 'endcalendar' in the first date field to the ID of the second field. And setting the 'startcalendar' tot the ID of the first field in the second date field. But that did not seem to do the trick...
Is it also possible to validate the second (end) date as being AFTER the first date?
Kind regards,
Jip
So:
FIELD1 (datepicker) : User enters this value: 01-01-2019
FIELD2 (datepicker): user clicks on field and popup shows the '01-01-2019' as starting date.
This ensures the user does not have to browse twice to find a date in the future.
I tried setting the value of 'endcalendar' in the first date field to the ID of the second field. And setting the 'startcalendar' tot the ID of the first field in the second date field. But that did not seem to do the trick...
Is it also possible to validate the second (end) date as being AFTER the first date?
Kind regards,
Jip