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?
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?
Here's the reference:
http://php.net/manual/en/function.date.php...