Modifying Calendar Month View

Permalink
The month view uses:

<?php echo date('F',$monthYearTimestamp)?>

to print the month. Does anyone know how to make it print the month and the year?

tallacman
 
tallacman replied on at Permalink Reply
tallacman
Got it <?php echo date('F, Y',$monthYearTimestamp)?>