Today I Learned

hashrocket A Hashrocket project

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.

See More #html-css TILs