Straight from my code:

$value = date("m/d/Y", strtotime($value));


If you want it otherwise, modify the paramters in the 'date' command to your
liking.
Dan

-----Original Message-----
From: ROBERT MCPEAK [mailto:[EMAIL PROTECTED]]
Sent: Monday, March 25, 2002 7:55 AM
To: [EMAIL PROTECTED]
Subject: [PHP] newbyie - date conversion to human readable form


I've dug around for a while but I can't find a direct answer on how to
convert a date in this format: "2002-03-25" to a human readable format
such as " March 25, 2002," or even better, "Monday, March 25, 2002."

Can anybody help me with this, or point me to some clear directions on
how to do this?

Thanks!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to