globalgov / messydates

R package for Extended Date/Time Format (EDTF)
https://globalgov.github.io/messydates
Other
15 stars 1 forks source link

Issue converting dates starting with month spelled first #86

Open henriquesposito opened 3 months ago

henriquesposito commented 3 months ago

as_messydate("July 17, 2019") returns NA instead of "17-07-2019"

jhollway commented 3 months ago

The expected value should be "2019-07-17"