On FullCalendar, in the month view, is there a way to hide an event\'s start time?
Although @Riz was correct at the time of posting, the css has changed in recent versions and now you'd need the following.
.fc-day-grid-event .fc-time{ display:none; }