Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1192522

    Is there a way to set the second date picker to the date of the first date picker?

    Kindly regards
    Andreas

    #1192941

    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

    #1192944

    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.

    #1193032

    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;
    }
    #1193060

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

    #1194607

    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 – …

    #1202632

    Thank you for your help from me too.
    Kindly regards

    #1202886

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.