Is there a function, class, or extension in PHP that can handle the XSD datetime format?
It's a standard XML date & time format, that looks like this:
<date>2008-02-28T07:56:35.263</date>
I know I can read it with a regular expression, if no solution is given, I'll default to that.
Thanks!
PS: Solved, look at the answers.