I have a date stored in my database in this format:
2009-06-31
In my code I also have it stored as a variable:
$myentrydate;
I want to retrieve it and be able to print it out on a page like this:
June 31, 2009
or
Wednesday, June 31, 2009
How can do it?