Date and time input types

- LS

Form 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

  1. 4 - 19: Not supported
  2. 20 - 24: Partial support
  3. 25 - 121: Supported
  4. 122: Supported
  5. 123 - 125: Supported

Edge

  1. 12: Partial support
  2. 13 - 121: Supported
  3. 122: Supported

Safari

  1. 3.1 - 14: Not supported
  2. 14.1 - 17.3: Partial support
  3. 17.4: Partial support
  4. TP: Partial support

Firefox

  1. 2 - 52: Not supported
  2. 53 - 56: Disabled by default
  3. 57 - 92: Partial support
  4. 93 - 122: Partial support
  5. 123: Partial support
  6. 124 - 126: Partial support

Opera

  1. 9 - 107: Supported
  2. 108: Supported

IE

  1. 5.5 - 10: Not supported
  2. 11: Not supported

Chrome for Android

  1. 122: Supported

Safari on iOS

  1. 3.2 - 4.3: Not supported
  2. 5 - 17.3: Partial support
  3. 17.4: Partial support

Samsung Internet

  1. 4 - 22: Supported
  2. 23: Supported

Opera Mini

  1. all: Not supported

Opera Mobile

  1. 10 - 12.1: Supported
  2. 80: Supported

UC Browser for Android

  1. 15.5: Supported

Android Browser

  1. 2.1 - 3: Not supported
  2. 4 - 4.3: Not supported
  3. 4.4 - 4.4.4: Supported
  4. 122: Supported

Firefox for Android

  1. 123: Partial support

QQ Browser

  1. 14.9: Supported

Baidu Browser

  1. 13.52: Supported

KaiOS Browser

  1. 2.5: Partial support
  2. 3: Partial support

There used to also be a datetime type, but it was dropped from the HTML spec.

Resources:
Bug for WebKit/Safari
Bug for WebKit/Safari
Bug on Firefox support
Datepicker tutorial w/polyfill
Polyfill for HTML5 forms
has.js test
WebPlatform Docs