Skip to content

Commit

Permalink
Deploying to gh-pages from @ 82ad54f 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ptomato committed Jun 7, 2024
1 parent 724e352 commit 6da9598
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/plaindate.html
Original file line number Diff line number Diff line change
Expand Up @@ -359,11 +359,9 @@ <h3 id="compare"><a class="heading-link" href="#compare"></a>Temporal.PlainDate.
<li><code>monthCode</code> is a calendar-specific string that identifies the month in a year-independent way.
For common (non-leap) months, <code>monthCode</code> should be <code>`M${month}`</code>, where <code>month</code> 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&#39;s code with an &quot;L&quot; suffix appended.
Examples: <code>&#39;M02&#39;</code> =&gt; February; <code>&#39;M08L&#39;</code> =&gt; repeated 8th month in the Chinese calendar; <code>&#39;M05L&#39;</code> =&gt; Adar I in the Hebrew calendar.<ul>
Examples: <code>&#39;M02&#39;</code> =&gt; February; <code>&#39;M08L&#39;</code> =&gt; repeated 8th month in the Chinese calendar; <code>&#39;M05L&#39;</code> =&gt; Adar I in the Hebrew calendar.</li>
<li><code>day</code> is a positive integer representing the day of the month.</li>
</ul>
</li>
</ul>
<p>Either <code>month</code> or <code>monthCode</code> can be used in <code>from</code> or <code>with</code> to refer to the month.
Similarly, in calendars that user eras an <code>era</code>/<code>eraYear</code> pair can be used in place of <code>year</code> when calling <code>from</code> or <code>with</code>.</p>
<p>Usage examples:</p>
Expand Down

0 comments on commit 6da9598

Please sign in to comment.