tidyverse / lubridate

Make working with dates in R just that little bit easier
https://lubridate.tidyverse.org
GNU General Public License v3.0
724 stars 207 forks source link

mdy("04 July 2019") GIVES "2019-04-20" : Instead should give an error. #1164

Open gunawebs opened 3 months ago

gunawebs commented 3 months ago

Brief description of the problem:

mdy("04 July 2019") GIVES "2019-04-20" : Instead should give an error.

mdy("04 July 2019")

Output is: [1] "2019-04-20"

Which is WRONG