Html – Set min value for End time using datetime-local input type depending on Start Time
I have a start date/time and end date/time field on a form, using type="datetime-local" I'd like the End Date/Time MIN value to be set to the start Date/Time value. I can set the min date value with the following script,…