The Most Secure Cross Browser Testing Platform since 2012

Blog

Cross Browser Date Input

shutterstock_234378844
BLOG / Web Development

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.