• Resolved pixelshrink

    (@pixelshrink)


    Hi, I’m using the listYear and dayGridMonth formats. With listYear I’ve changed the time format from 24 hour to am/pm using eventTimeFormat, but on the pop-up with event details the time format is still shown as 24 hour. Is there any way to change the time format on the pop-up please?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author michielve

    (@michielve)

    Hi,
    That’s currently not possible, because the time format in the popup looks at the browser time setting.
    I’ll look if I can update this plugin so the time formats will be the same. But currently I’m not sure how to do this. So it’s on my list, but I cannot tell when this will be solved.
    BW,
    Michiel

    Thread Starter pixelshrink

    (@pixelshrink)

    Thanks Michiel, much appreciated.

    Plugin Author michielve

    (@michielve)

    Hi,
    I’ve looked at the popup date and time format and I think you already can set this to a preferred format by using the “locale” property. If you use the Gutenberg block you have to select “Edit FullCalendar config” and make it look like:

    {
      "headerToolbar": {
        "start": "prev,next today",
        "center": "title",
        "end": "dayGridMonth,timeGridWeek,listWeek"
      },
      "locale": "nl-nl"
    }

    See for more information:

    https://blog.michielvaneerd.nl/wordpress-plugins/private-google-calendars/private-google-examples/#locale

    Hopefully this will solve your issue.

    Plugin Author michielve

    (@michielve)

    Did my last comment solve your issue?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Pop-up time format’ is closed to new replies.