I am looking for a very robust datetime parser, similar to Ruby's Chronic, but for PHP. strtotime() isn't cutting it for a lot of the edge cases I'm seeing in my project.
Anyone know of any good libraries?
Ideally: - PHP 5 OOP - well documented - fast and stable
Thanks!