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: 196
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