I\'m trying to display the 24 hour time format in fullCalendar, I\'m trying to use these instructions: http://arshaw.com/fullcalendar/docs/text/timeFormat/
So I\'ve
The most upvoted answer works for older versions. For newer versions add another variable in SetDefaults:
SetDefaults
slotLabelFormat:'H(:mm)',
This should work for newer versions (2018), like FullCalendar v3.9.0