• Resolved Eckhard

    (@edoering)


    Hello,

    I have included in my FullCalendar the buttons also for week an day, but I get the time format with PM and AM but I need the 24 hour time format. How or where can I switch to the 24 hour time format?

    The string for FullCalendar I use:
    {events_calendar; height=500; header->left=”prev, next, today”; header->center=”title”; header->right=”month, agendaWeek, agendaDay”}

    Thanks a lot.

    Eckhard

    https://www.ads-software.com/extend/plugins/wp-calendar/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author faebu

    (@faebu)

    {events_calendar; timeFormat="hh:mm"}

    Plugin Author faebu

    (@faebu)

    If you just wish to overwrite the time format for certain view, do the following:

    {events_calendar; timeFormat->week="hh:mm", timeFormat->day="hh:mm"}

    See als available calendar modes here.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘TimeFormat FullCalendar for week and day’ is closed to new replies.