Greetings — Currently my calendar widget displays month as “M” format – June is “Jun”. I would like month names to be in “F” format as “June”. I have copied “table-mini.php” into my theme’s “events” directory but when I go to line 24 and change the ‘M’ to ‘F’ in monthsShort[date('M',$date)]; echo date(' Y',$date); ?> the month name disappears entirely. How can I change this?
Yes, that topic had the answer, which is that not only do you have to change ‘M’ to ‘F’ but you also have to change ‘monthsShort’ to ‘monthsFull’. Below is the complete code (line 24 in “table.mini.php”, copied from the original into your theme “events” directory.