Hey i'm trying to display a date/time from a timestamp field using:
echo $date = date( "D F j", $row['date'] );
However it returns: Wed December 3 When it should return today: Monday July 13
Timestamp from the DB row is: 2009-07-13 04:16:31
Thanks.