Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 274 Bytes

date-input-tag.md

File metadata and controls

9 lines (6 loc) · 274 Bytes

Date Input Tag

The HTML date input tag allows you to request dates in a web form.

<input type="date">

This tag is more semantic for date input than text, and provides a side benefit: Google Chrome will automatically display a calendar selector on the page.