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
.
Chrome
- ❌ 4 - 19: Not supported
- ◐ 20 - 24: Partial support
- ✅ 25 - 127: Supported
- ✅ 128: Supported
- ✅ 129 - 131: Supported
Edge
- ◐ 12: Partial support
- ✅ 13 - 127: Supported
- ✅ 128: Supported
Safari
- ❌ 3.1 - 14: Not supported
- ◐ 14.1 - 17.4: Partial support
- ◐ 17.5: Partial support
- ◐ 17.6 - TP: Partial support
Firefox
- ❌ 2 - 52: Not supported
- ❌ 53 - 56: Disabled by default
- ◐ 57 - 92: Partial support
- ◐ 93 - 129: Partial support
- ◐ 130: Partial support
- ◐ 131 - 133: Partial support
Opera
- ✅ 9 - 110: Supported
- ✅ 111: Supported
IE
- ❌ 5.5 - 10: Not supported
- ❌ 11: Not supported
Chrome for Android
- ✅ 128: Supported
Safari on iOS
- ❌ 3.2 - 4.3: Not supported
- ◐ 5 - 17.4: Partial support
- ◐ 17.5: Partial support
- ◐ 17.6 - 18.0: Partial support
Samsung Internet
- ✅ 4 - 24: Supported
- ✅ 25: Supported
Opera Mini
- ❌ all: Not supported
Opera Mobile
- ✅ 10 - 12.1: Supported
- ✅ 80: Supported
UC Browser for Android
- ✅ 15.5: Supported
Android Browser
- ❌ 2.1 - 3: Not supported
- ❌ 4 - 4.3: Not supported
- ✅ 4.4 - 4.4.4: Supported
- ✅ 128: Supported
Firefox for Android
- ◐ 127: Partial support
QQ Browser
- ✅ 14.9: Supported
Baidu Browser
- ✅ 13.52: Supported
KaiOS Browser
- ◐ 2.5: Partial support
- ◐ 3: Partial support
There used to also be a datetime
type, but it was dropped from the HTML spec.