On FullCalendar, in the month view, is there a way to hide an event\'s start time?
add the following style to your css
.fc-event-time{ display : none; }
or in version 2+:
.fc-time{ display : none; }