I have a spreadsheet containing 100k dates in the following format:
Thursday 29th of October 2015 01:06:21 PM
I need to convert these into a useable date format. YYYY/MM/DD, or anything will do. As long as I can get it into a standard format.
I've looked at various PHP/JS date functions, but this date doesn't appear to be recognised. I assume it could be done with some Regex, and I was wondering if anyone has been here before?