I am using Fullcalendar but when ever I switch to "week view" and then use the forward and back buttons the date is displaying really weird, like so... How can I fix this and/or has anyone had this issue?
Jun 4 – 10, 2017
This is my code:
$('#calendar').fullCalendar({
header: {
left: 'prev,next today',
center: 'title',
right: 'month,agendaWeek,agendaDay'
},
buttonText: {
today: 'today',
month: 'month',
week: 'week',
day: 'day'
},
eventDurationEditable: false
)};