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.

I know this is really old, but did you ever figure this out? Trying to do the same thing.

For the benefit of anyone else coming across this, the workaround since this isn't supported in Wappler is to just hide the time with CSS, and add the time into the title field instead.