Hi there,
I am trying to do exactly the same thing but it does not seem to work.
My code:
echo "
";
What I get:
“The title” - 2008-10-24 10:22:18
What I want:
“The title” - October 24, 2008
If I change the code to:
echo "
";
I get:
“The title” - mysql2date('j M Y', 2008-10-24 10:22:18);
Thanks in advance for the help