I figured it out. First, I copied the files from the plugin Views folder to an Events folder in my theme. Then, I opened the table-mini.php file and changed line 24 from:
monthsShort[date(‘M’,$date)]; echo date(‘ Y’,$date); ?>
to
monthsFull[date(‘F’,$date)]; echo date(‘ Y’,$date); ?>
Took a little experimenting, but I’m glad to have sussed it out.
Thanks for the response – I’m sure there will be more later.
Best – Joe