Temporal documentation

https://tc39.es/proposal-temporal/docs/

This Stage 3 proposal is experimental. Do try it and report bugs ; don't use it in production! Table of Contents Introduction Cookbook API Documentation Temporal.Now Temporal.Instant Temporal.ZonedDateTime Temporal.PlainDate Temporal.PlainTime Temporal.PlainDateTime Temporal.PlainYearMonth Temporal.PlainMonthDay Temporal.Duration Balancing Temporal.TimeZone Temporal.Calendar Object Relationship String Persistence Other Documentation Key Concepts Date has been a long-standing pain point in ECMAScript. This is a proposal for Temporal , a global Object that acts as a top-level namespace (like Math ), that brings a modern date/time API to the ECMAScript language. For a detailed look at some of the problems with Date , and the motivations for Temporal, see: Fixing JavaScript Date . Temporal fixes these problems by: Providing easy-to-use APIs for date and ti...

Linked on 2021-09-19 05:44:29 | Similar Links