Expanding the month to it's full name

Permalink
I'm using the php command:
echo date('M j, Y', strtotime($date)) ;?>
To provide the result:
June 30, 2010

but right now it crops the month to Jun, and all months 3 characters. Where do I go in the code to command the full name of the month?

sschildbach
 
okhayat replied on at Permalink Best Answer Reply
okhayat
Use F instead of M to show the full month's name.
Here's the reference:
http://php.net/manual/en/function.date.php...

This website stores cookies on your computer. These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media. To find out more about the cookies we use, see our Privacy Policy.