How to disable business hours in FullCalendar

前端 未结 1 1851
后悔当初
后悔当初 2021-01-28 09:44

I am trying to incorporate FullCallendar in one of our application to show events. Now I am facing a problem with business hours. In the month view it is showing wrong end date

相关标签:
1条回答
  • 2021-01-28 10:22

    Please use nextDayThreshold option in full calendar

    nextDayThreshold: '00:00:00'
    

    for more information: https://fullcalendar.io/docs/event_rendering/nextDayThreshold/

    0 讨论(0)
提交回复
热议问题