Hello all. I'm working on an application which will provide a flexible data upload system. Users will upload CSV files containing data from other systems and they'll provide meta-data which will allow the application to load that data into the system. One of the kinds of data I need to support is date fields. I was imagining I'd offer the user a selection of "standard" date formats to pick from, along with examples. Does anyone know where I could find such a list?
Thanks, -sam PS: Requiring the user to type a strptime format string is already off the table!