How can I use php to parse a date string?

Posted by liuxingruo on Stack Overflow See other posts from Stack Overflow or by liuxingruo
Published on 2010-05-04T17:03:39Z Indexed on 2010/05/04 17:08 UTC
Read the original article Hit count: 174

Filed under:
|
|

the date stringe is Apr 30, 2010

I want to parse the string into 2010-04-30 using php, how can I achieve this?

Thanks!!

© Stack Overflow or respective owner

Related posts about php

Related posts about parse