On FullCalendar, in the month view, is there a way to hide an event\'s start time?
Try this, it works for me:
$('#calendar').fullCalendar({ displayEventTime : false });
That should hide the start time in the title event.