On FullCalendar, in the month view, is there a way to hide an event\'s start time?
According to http://fullcalendar.io/docs/text/timeFormat/ , you just need to set time format in fullCalendar settings:
$('#calendar').fullCalendar({ events: [ ], timeFormat: ' ' });