Event Calendar 24 hour return

I am working quite a bit with event calendars at the moment, and was wondering if there was any option in Wappler to alter the display of the returned events
Screenshot 2021-02-10 at 12.44.04

In FullCalendar docs it says it can be done with

const eventTimeOption = {
        hour: 'numeric',
        minute: '2-digit',
        omitZeroMinute: false,
        meridiem: 'narrow',
        hour12: false
    };
 calendar.setOption('eventTimeFormat', eventTimeOption);

But unsure if there is a way to do this inside the Wappler implementation.

Community Page
Last updated: