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...