[thelist] Re: [PHP] convert date format

john at johnallsopp.co.uk john at johnallsopp.co.uk
Thu Mar 24 05:24:28 CST 2005


> I need to convert a date from this format: 2005-03-25 to 25 mar 2005.

echo (date("j M Y", strtotime('2005-02-24')));

HTH

J




More information about the thelist mailing list