Hi: I have created a FullCalendar, it is displaying the time in AM/PM. When

Hi:
I have created a FullCalendar, it is displaying the time in AM/PM. When I am adding the enteries to the calendar, I format the LocalDateTime to 24 hours format but the Calendar displays it in AM/PM format.

How I can display the Calendar entries in 24 hours format?

Hi,

you can do that either by setting a Locale using 24 h format by default or you set it via the options - see this issue for details how to achieve the second way: https://github.com/stefanuebe/vaadin_fullcalendar/issues/54