All:
I ma trying to format some dates. In my DB, I store a date in this format: 2009-08-30 (field is called 'entry')
I want to display it as "August 30, 2009"
I tried the following, but this does not work:
$displaydate = $entry ("F d, Y");
Thoughts?
Thanks in advance!