Answers for "how to format date in html form"

1

html format date

<input type="date" name="begin" 
    placeholder="dd-mm-yyyy" value=""
    min="1997-01-01" max="2030-12-31">
Posted by: Guest on April-05-2021
0

html form date

<label for="birthday">Birthday:</label>
<input type="date" id="birthday" name="birthday">
Posted by: Guest on March-20-2021

Browse Popular Code Answers by Language