Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

curdate() date form to human readable

Status
Not open for further replies.

kpdvx

Programmer
Dec 1, 2001
87
US
anyone know of a script to convert a date such as this: 2002-06-05 to June 6, 2002?

Thanks,
Skyler
 
Are you talking mySQL?

date_format(curdate(),'%m %d %Y') ***************************************
Party on, dudes!
[cannon]
 
sorry, I meant
date_format(curdate(),'%M %d %Y') ***************************************
Party on, dudes!
[cannon]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top