From 6da95987ad845740e224d37a3f297120ce50b91e Mon Sep 17 00:00:00 2001 From: ptomato Date: Fri, 7 Jun 2024 11:12:11 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20=20@=2082ad5?= =?UTF-8?q?4fa251f32f03720fe5aef5d2e9af208d42b=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/plaindate.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/plaindate.html b/docs/plaindate.html index a81e48e63..766f079a0 100644 --- a/docs/plaindate.html +++ b/docs/plaindate.html @@ -359,11 +359,9 @@

Temporal.PlainDate.
  • monthCode is a calendar-specific string that identifies the month in a year-independent way. For common (non-leap) months, monthCode should be `M${month}`, where month is zero padded up to two digits. For uncommon (leap) months in lunisolar calendars like Hebrew or Chinese, the month code is the previous month's code with an "L" suffix appended. -Examples: 'M02' => February; 'M08L' => repeated 8th month in the Chinese calendar; 'M05L' => Adar I in the Hebrew calendar.
      +Examples: 'M02' => February; 'M08L' => repeated 8th month in the Chinese calendar; 'M05L' => Adar I in the Hebrew calendar.
    • day is a positive integer representing the day of the month.
    -
  • -

    Either month or monthCode can be used in from or with to refer to the month. Similarly, in calendars that user eras an era/eraYear pair can be used in place of year when calling from or with.

    Usage examples: