No% of events appear at start and end time. Is there a way to show only the start time?
No% of events appear at start and end time. Is there a way to show only the start time?
The displayEventEnd property is responsible for this control.
Add the line timeFormat:'HH:mm',
in
$(document).ready(function() {
$('#calendar').fullCalendar({
header: {
left: 'prev,next today',
center: 'title',
right: 'month,agendaWeek,agendaDay'
},
**timeFormat:'HH:mm',**