Help:Sortable tables: Difference between revisions

Content deleted Content added
Month, day, and year: No longer needed. See "full dates" section.
Line 1,624:
|-
| August 2004
|}
|}
 
=== Month, day, and year ===
 
Sorting works correctly in all the tables below. Years before 100 (for example, year 99) break sorting. If a number for a day is missing, sorting is broken.
 
{|
|- style=vertical-align:text-top;
|
{| class="wikitable sortable"
|-
! Month, day, year
|-
| Dec 5, 1999
|-
| Jan 7, 1999
|-
| May 14, 2004
|-
| Aug 4, 2004
|}
|
{| class="wikitable sortable"
|-
! Month, day, year
|-
| December 5, 1999
|-
| January 7, 1999
|-
| May 14, 2004
|-
| August 4, 2004
|}
|}
 
{|
|- style=vertical-align:text-top;
|
{| class="wikitable sortable"
|-
! data-sort-type=date | Month, day, year<br><code>data-sort-type=date</code>
|-
| Dec 5, 1999
|-
| Jan 7, 1999
|-
| May 14, 2004
|-
| Aug 4, 2004
|}
|
{| class="wikitable sortable"
|-
! data-sort-type=date | Month, day, year<br><code>data-sort-type=date</code>
|-
| December 5, 1999
|-
| January 7, 1999
|-
| May 14, 2004
|-
| August 4, 2004
|}
|}