Convert a mysql date (datetime) into a better date format using php

Posted by dave e on Stack Overflow See other posts from Stack Overflow or by dave e
Published on 2010-03-28T16:26:06Z Indexed on 2010/03/28 16:33 UTC
Read the original article Hit count: 128

Filed under:
|
|
|
|

I some php code which gets info from a mysql database. The problem is that the date is coming out in the format : 2010-02-03 22:21:26

Does anyone know a simple solution to make the date more user friendly format. e.g 2nd march 2010 at 22:21.

Thanks

© Stack Overflow or respective owner

Related posts about php

Related posts about mysql