Cross Browser Date Input
Cross Browser Date Input
Date input is the form field widget to easily allows users to enter a date or a time, generally by using a calendar/time input widget.
Browser Support
This feature is already supported by a few major browsers including Chrome, Microsoft Edge, and Opera.
Code Example
You can use Date input like this:
<input type="date" name="bday">
More Information
More information can be found here.