Temporal: getting started with JavaScript’s new date time API

463 · Axel Rauschmayer · June 28, 2021, 12:21 p.m.
Date, JavaScript’s current date time API is infamously difficult to use. The ECMAScript proposal “Temporal” is a new and better date time API and currently at stage 3. It was created by Philipp Dunkel, Maggie Johnson-Pint, Matt Johnson-Pint, Brian Terlson, Shane Carr, Ujjwal Sharma, Philip Chimento, Jason Williams, and Justin Grant. This blog post has two goals: Give you a feeling for how Temporal works Help you get started with it However, it is not an exhaustive documentation: For many detai...