im currently pulling data from my database along with a date via variable. The code im using is this
echo "".$row["firstname"]." ".$row["lastname"]." thinks that it will happen on ".$row["date"]."";
the results are being displayed as : bobby anderson thinks that it will happen on 2011-09-15
but id like the date to be displayed as Monday 1st August 2011