We've got a collection of messy data, and trying to unify it.
Lots of services let you type dates out into different formats and they correctly understand them, but cant think what the process is called, or how we could go about doing this in PHP, if there is a library that already provides this.
So we've got time and dates in an old database we've inherited, and trying to clean it up a bit, some of the formats look like
- 9pm
- 9:00pm
- 25th march 2015
its a complete mix and match, does anybody know of any libraries or ways to be able to parse these into a universal format?