Joseph

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Change month format in widget #16385
    Joseph
    Participant

    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

Viewing 1 post (of 1 total)