|
|
|
@ -76,8 +76,8 @@
|
|
|
|
the <code>#monthPattern</code> attribute, much like <code>#datePattern</code>.
|
|
|
|
the <code>#monthPattern</code> attribute, much like <code>#datePattern</code>.
|
|
|
|
The options are:</p>
|
|
|
|
The options are:</p>
|
|
|
|
<ul>
|
|
|
|
<ul>
|
|
|
|
<li><code>{isoMonth}</code> results in an ISO 8061 formatted month (e.g.
|
|
|
|
<li><code>{isoMonth}</code> results in an ISO 8061 formatted month (e.g. "2025-03"
|
|
|
|
"2025-03" for March 2025)</li>
|
|
|
|
for March 2025)</li>
|
|
|
|
<li><code>{monthNumberPadded}</code> results in a number like <code>09</code> for
|
|
|
|
<li><code>{monthNumberPadded}</code> results in a number like <code>09</code> for
|
|
|
|
September, and <code>11</code> for November</li>
|
|
|
|
September, and <code>11</code> for November</li>
|
|
|
|
<li><code>{month}</code> results in the full month name (e.g. <code>September</code> or <code>October</code>)</li>
|
|
|
|
<li><code>{month}</code> results in the full month name (e.g. <code>September</code> or <code>October</code>)</li>
|
|
|
|
@ -100,4 +100,4 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
|
|
</html>
|
|
|
|
</html>
|