Web features explorer

Temporal

Limited availability

The Temporal API allows you to work with dates, times, time zones, and durations. It is more powerful than the Date API.

Browser support (view on caniuse.com)

  • Chrome 144 Released on 2026-01-13
  • Chrome Android 144 Released on 2026-01-13
  • Edge 144 Released on 2026-01-21
  • Firefox 139 Released on 2025-05-27
  • Firefox for Android 139 Released on 2025-05-27
  • Safari Not supported Bugs: 223166
  • Safari on iOS Not supported Bugs: 223166

Baseline availability blocked since January 2026 by Safari (6 months)

Need this feature?
Leave a 👍 on the feedback issue
Don't forget to also leave a comment explaining your specific use case.

MDN documentation

Specifications

Developer use cases

  • I want to handle partial date and time data (only time or only day, or dates without timezone). I want to handle partial date and time data (only time or only day, or dates without timezone). [see original comment]
  • - show datetimes in different timezones in my app. - make a library that makes Temporal.ZonedDateTime feel like Date. - show datetimes in different timezones in my app. - make a library that makes Temporal.ZonedDateTime feel like Date. [see original comment]
  • Easily handle dates, times, months (with years but not dates) in a straightforward manner, without writing string parsers and normaliser functions. The localisation support and timezone handling is an added bonus. Easily handle dates, times, months (with years but not dates) in a straightforward manner, without writing string parsers and normaliser functions. The localisation support and timezone handling is an added bonus. [see original comment]