I have a situation where we need to build a general system for parsing dates and we are running into the situation where something like "example_data_2019-02-19.xlsx" doesn't correctly parse. I've done some fiddling and figured out that it will parse if there is a colon right before the date.
I have a situation where we need to build a general system for parsing dates and we are running into the situation where something like "example_data_2019-02-19.xlsx" doesn't correctly parse. I've done some fiddling and figured out that it will parse if there is a colon right before the date.
Created on 2019-02-21 by the reprex package (v0.2.1)