So far so good. But I have to know if the date “09/01/2020” is MDY or DMY. It’s not obvious. LibreOffice knows, but it’s not telling. Regardless, if I choose either, and set the format the conversion only works for days less than 13. In other words “09/01/2019” will be properly imported as a date, but “15/01/2019” won’t be because the first number is more than 12. I’m thinking this must be a bug in the import function. For example, an imported column of dates ends up like this:
|____ 2019-09-01| (formatted as “Date”)
|____ 2019-10-01| "
|15/01/2019____ | (not formatted because the day (15) is greater than “12”)
Now the unformatted dates above cannot be changed no matter what I do. This is a nuisance when dealing with thousands of records. Any ideas?