Forum Moderators: coopster
I'm trying to output the text equivalent of a date.
I'm using the following code, but it keeps returning "Wednesday, December 31st,".
Anyone know what I'm doing wrong?
$date="2007-12-26"; echo date("l, F jS, ",$date);
Date [php.net]