RE: [PHP] newbyie - date conversion to human readable form

2002-03-25 Thread Rick Emery
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

RE: [PHP] newbyie - date conversion to human readable form

2002-03-25 Thread Dan Vande More
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, &

[PHP] newbyie - date conversion to human readable form

2002-03-25 Thread ROBERT MCPEAK
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?