hi guys,
I need to convert a date from this format: 2005-03-25 to 25 mar 2005.
I have tried the mktime, strftime and the date functions but they all take a time stamp but I only have the dates in the format of 2005-03-25.
echo strtolower(date("j M Y", strtotime("2005-03-25")));
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php