Page 1 of 1

date format

Posted: Tue Mar 13, 2007 8:17 am
by basudeb
Suppose i have a date 2007-03-07. i want to show it as "Wednesday March 07 2007.

Posted: Tue Mar 13, 2007 8:24 am
by feyd
Is the date from a database? Use the databases' functions to do it.

Otherwise, mktime() or strtotime() + date().