The Title page sorts records differently when listing publication records and review records. The "Reviews" section lists YYYY-MM-00 reviews first. On the other hand, the "Publications" section lists YYYY-00-00 publications first. For example, consider Beyond This Horizon:
- The '1952-00-00' publication is displayed before the '1952-12-00' publication
- The '1964-00-00' publication is displayed before the two '1964-08-00' publications
As per Community Portal, we want to standardize the sort order as follows:
YYYY-MM-DD
YYYY-MM-01
YYYY-MM-02
...
YYYY-MM-30
YYYY-MM-31
YYYY-MM-00
YYYY-MM-00
YYYY-01-00
YYYY-02-00
...
YYYY-11-00
YYYY-12-00
YYYY-00-00
YYYY-00-00
0000-00-00
8888-00-00
This algorithm should be used by all Web pages that sort publication records.