I don't know why the minute of start and end time on tooltip are different from calendar's time.
On the tooltip, the minute is always "05". Please help me to get correct value of minute (1:00 - 2:30).
I made a bug in format. Fix as below.
+ calEvent.start.format("DD/MM/Y") + ': ' + calEvent.start.format("HH:mm") + ' - ' + calEvent.end.format("HH:mm")
I don't know why the minute of start and end time on tooltip are different from calendar's time. On the tooltip, the minute is always "05". Please help me to get correct value of minute (1:00 - 2:30).
This is code of fullcalendar widget:
This is code for tooltip: