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
If you are using fullCalendar v1, you should try adding these:
$('#calendar').fullCalendar({ [...]// some code, axisFormat: 'H:mm', timeFormat: { agenda: 'H:mm{ - H:mm}' } });