Answers for "how to default date in date field in html"

3

default date in html

<input type="date" id="start" name="trip-start"
       value="2018-07-22"
       min="2018-01-01" max="2018-12-31">
Posted by: Guest on October-24-2021

Code answers related to "how to default date in date field in html"

Browse Popular Code Answers by Language