So I have a date range, for example:
21-05-2022 – 27-05-2022
Bear in mind that the date is in dd-mm-yyyy format. So my user wanted to add the "Start Date" and "Due date" before the date. So it becomes like this:
Start …
So I have a date range, for example:
21-05-2022 – 27-05-2022
Bear in mind that the date is in dd-mm-yyyy format. So my user wanted to add the "Start Date" and "Due date" before the date. So it becomes like this:
Start …
I’m working on a date input field that should restrict the user from writing a date that comes after a certain date – to exemplify it: the user should not choose a date after 15.03.2020. This date would be the placeholder date that is in t…