• Resolved landapro

    (@landapro)


    Is there a way to remove the seconds from the Start Time on the event popup? Or maybe point me to the file I have to change. Thanks!

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

    (@lbell)

    That will need to be changed internally. Could definitely consider this for the next release, as I suspect few (if any) users would be upset by that.

    If you’re comfortable with code, you can change the toLocaleTimeString() call in line 4 in tippy.js in the plugin to include the arguments:

    toLocaleTimeString([], {hour: "2-digit", minute: "2-digit"});

    Filippo

    (@filippologli)

    Thanks, I was also looking for that setting!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Remove Seconds from Start Time’ is closed to new replies.