Date and time input types
- LSForm field widgets to easily allow users to enter a date, time or both, generally by using a calendar/time input widget. Refers to supporting the following input types: date
, time
, datetime-local
, month
& week
.
IE
- 5.5 - 10: Not supported
- 11: Not supported
Edge
- 12: Partial support
- 13 - 87: Supported
- 88: Supported
Firefox
- 2 - 52: Not supported
- 53 - 56: Disabled by default
- 57 - 84: Partial support
- 85: Partial support
- 86 - 87: Partial support
Chrome
- 4 - 19: Not supported
- 20 - 24: Partial support
- 25 - 87: Supported
- 88: Supported
- 89 - 91: Supported
Safari
- 3.1 - 13.1: Not supported
- 14: Not supported
- TP: Partial support
Opera
- 9 - 72: Supported
- 73: Supported
iOS Safari
- 3.2 - 4.3: Not supported
- 5 - 13.7: Partial support
- 14: Partial support
Opera Mini
- all: Not supported
Android Browser
- 2.1 - 3: Not supported
- 4 - 4.3: Not supported
- 4.4 - 4.4.4: Supported
- 81: Supported
Opera Mobile
- 10 - 12.1: Supported
- 59: Supported
Chrome for Android
- 88: Supported
Firefox for Android
- 85: Supported
UC Browser for Android
- 12.12: Supported
Samsung Internet
- 4 - 12.0: Supported
- 13.0: Supported
QQ Browser
- 10.4: Supported
Baidu Browser
- 7.12: Supported
KaiOS Browser
- 2.5: Partial support
There used to also be a datetime
type, but it was dropped from the HTML spec.