Is there a way to set the second date picker to the date of the first date picker?
Kindly regards
Andreas
Hey Karamba69,
Unfortunately, it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However, if it’s really important for you to get this done, you can always hire a freelancer to do the job for you :)
Best regards,
Victoria
You mean a datepicker like from – to datepickers where the second datepicker can only choose dates after the first date set?
And even more – if you select the second one first, at most only this date can be selected before or even up to today in the first one.
i did it on a playgrond page of mine
everything – including code is there.
Setting is that no past day can be selected. To-Day had to be after From-Day
https://webers-testseite.de/3columns/
you can style the unselectable days with f.e.:
.ui-datepicker-unselectable.ui-state-disabled {
opacity: 0.2;
}
It was actually quite a hard job to read myself back into it. But now it’s probably not that interesting to look at the solution anymore. Well – …
Thank you for your help from me too.
Kindly regards
Hi Andreas,
Great, I’m glad that @guenni007 could help you out. Please let us know if you should need any further help on the topic or if we can close it.
Best regards,
Rikard