mini calendar week days to one letter abbriviation

Home Forums Calendar Products Events Calendar PRO mini calendar week days to one letter abbriviation

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #900409
    sigurdur81
    Participant

    I am trying to get the mini-calendar
    $days_of_week = tribe_events_get_days_of_week(‘short’);
    to show only one letter like: M T W T F S S

    Thank you

    #903103
    Josh
    Participant

    Hello sigurdur81,

    Thanks for reaching out to us!

    The simplest way to accomplish what you’re looking for is to follow our Themer’s Guide and move the grid.php into your theme and modify that line to be:

    $days_of_week = array('M', 'T', 'W', 'T', 'F', 'S', 'S');

    Let me know if this helps.

    Thanks!

    #983610
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘mini calendar week days to one letter abbriviation’ is closed to new replies.