Hide start time in FullCalendar

后端 未结 13 1633
灰色年华
灰色年华 2021-02-06 21:32

On FullCalendar, in the month view, is there a way to hide an event\'s start time?

13条回答
  •  心在旅途
    2021-02-06 22:16

    I know it has been three months since you asked the question. But, if you and I are trying to do the same thing than someone else may be looking for the answer.

    In the fullcalendar.js file, comment line 1603:

    htmlEscape(formatDates(event.start, event.end, view.option('timeFormat'), options)) +
    

    This is not a fix, at best it is a hack, but it works.

提交回复
热议问题