Closed jhollway closed 7 months ago
This issue has been fixed.
However, in the process, I also noticed that we do not handle unspecified components well if dates are not correctly ordered (i.e. "XX-1998", "XXXX-01-01", "01-01-XXXX", "XX-10-1998", "XX-XX-1998"). I will try and fix this.
A replicable example:
as_messydate("1908-??-??")
should return"1908"
not"1908-XX"