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)?>

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.