You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/calendar.md
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,6 @@ In general it is extended backwards ("proleptically") to cover the period of his
15
15
However, the ISO 8601 calendar is not the only calendar in common use in the world.
16
16
Some places use another calendar system as the main calendar, or have a separate calendar system as a commonly-used civil or religious calendar.
17
17
18
-
> **NOTE:** The Temporal polyfill currently only includes the ISO 8601 calendar, but the Temporal proposal will eventually provide all the calendars supported by Intl.
19
-
> See [issue #541](https://github.com/tc39/proposal-temporal/issues/541).
20
-
21
18
### When to use `Temporal.Calendar`
22
19
23
20
It is best practice to specify a calendar system when performing calendar-sensitive operations, which are those involving arithmetic or other calculation in months or years.
0 commit comments