HTML Date and Time Inputs — a practical guide to HTML date time inputs with clear examples you can reuse in real projects.
HTML Tutorial Series (33/79). Prefer one article? Read the complete HTML tutorial.
Short description
Support varies by browser — still validate on the server.
Date input
<label for="day">Date</label>
<input id="day" type="date" name="day">