We have support for dates of the form dd-mmm-yy
where mmm
is an alphanumeric literal; for example:
However, there is a European date format that is similar where mmm
is a digit; for example:
The above fails to parse with:
Could not find format for "28-02-02"