Skip to content

Commit

Permalink
to math: "Names of months of the year" table
Browse files Browse the repository at this point in the history
  • Loading branch information
jmdyck committed Jan 25, 2024
1 parent c5f7705 commit a864fea
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -34093,7 +34093,7 @@ <h1>
</dl>
<emu-alg>
1. Let _weekday_ be the Name of the entry in <emu-xref href="#sec-todatestring-day-names"></emu-xref> whose WeekDay Index = WeekDay(_tv_).
1. Let _month_ be the Name of the entry in <emu-xref href="#sec-todatestring-month-names"></emu-xref> with the Number 𝔽(MonthFromTime(_tv_)).
1. Let _month_ be the Name of the entry in <emu-xref href="#sec-todatestring-month-names"></emu-xref> whose Month Index = MonthFromTime(_tv_).
1. Let _day_ be ToZeroPaddedDecimalString(DateFromTime(_tv_), 2).
1. Let _yv_ be 𝔽(YearFromTime(_tv_)).
1. If _yv_ is *+0*<sub>𝔽</sub> or _yv_ > *+0*<sub>𝔽</sub>, let _yearSign_ be the empty String; otherwise, let _yearSign_ be *"-"*.
Expand Down Expand Up @@ -34172,103 +34172,103 @@ <h1>
<table>
<tr>
<th>
Number
Month Index
</th>
<th>
Name
</th>
</tr>
<tr>
<td>
*+0*<sub>𝔽</sub>
0
</td>
<td>
*"Jan"*
</td>
</tr>
<tr>
<td>
*1*<sub>𝔽</sub>
1
</td>
<td>
*"Feb"*
</td>
</tr>
<tr>
<td>
*2*<sub>𝔽</sub>
2
</td>
<td>
*"Mar"*
</td>
</tr>
<tr>
<td>
*3*<sub>𝔽</sub>
3
</td>
<td>
*"Apr"*
</td>
</tr>
<tr>
<td>
*4*<sub>𝔽</sub>
4
</td>
<td>
*"May"*
</td>
</tr>
<tr>
<td>
*5*<sub>𝔽</sub>
5
</td>
<td>
*"Jun"*
</td>
</tr>
<tr>
<td>
*6*<sub>𝔽</sub>
6
</td>
<td>
*"Jul"*
</td>
</tr>
<tr>
<td>
*7*<sub>𝔽</sub>
7
</td>
<td>
*"Aug"*
</td>
</tr>
<tr>
<td>
*8*<sub>𝔽</sub>
8
</td>
<td>
*"Sep"*
</td>
</tr>
<tr>
<td>
*9*<sub>𝔽</sub>
9
</td>
<td>
*"Oct"*
</td>
</tr>
<tr>
<td>
*10*<sub>𝔽</sub>
10
</td>
<td>
*"Nov"*
</td>
</tr>
<tr>
<td>
*11*<sub>𝔽</sub>
11
</td>
<td>
*"Dec"*
Expand Down Expand Up @@ -34345,7 +34345,7 @@ <h1>Date.prototype.toUTCString ( )</h1>
1. Let _tv_ be _dateObject_.[[DateValue]].
1. If _tv_ is *NaN*, return *"Invalid Date"*.
1. Let _weekday_ be the Name of the entry in <emu-xref href="#sec-todatestring-day-names"></emu-xref> whose WeekDay Index = WeekDay(_tv_).
1. Let _month_ be the Name of the entry in <emu-xref href="#sec-todatestring-month-names"></emu-xref> with the Number 𝔽(MonthFromTime(_tv_)).
1. Let _month_ be the Name of the entry in <emu-xref href="#sec-todatestring-month-names"></emu-xref> whose Month Index = MonthFromTime(_tv_).
1. Let _day_ be ToZeroPaddedDecimalString(DateFromTime(_tv_), 2).
1. Let _yv_ be 𝔽(YearFromTime(_tv_)).
1. If _yv_ is *+0*<sub>𝔽</sub> or _yv_ > *+0*<sub>𝔽</sub>, let _yearSign_ be the empty String; otherwise, let _yearSign_ be *"-"*.
Expand Down

0 comments on commit a864fea

Please sign in to comment.