Fullcalendar Displaying the end time of an event

后端 未结 1 1301
一整个雨季
一整个雨季 2020-12-06 09:24

how do i display the end time of an even in fullcalendar? My event is triggered right, but there is no end time displayed This is an example event. Did i miss something?

相关标签:
1条回答
  • 2020-12-06 10:12

    The appropriate solution in the most recent version of fullCalendar is to use displayEventEnd. This is because timeFormat afects more stuff. displayEventEnd allows us to even specify the views where we want the end time to be shown.

    displayEventEnd: {
                        month: false,
                        basicWeek: true,
                        "default": true
                    }
    
    0 讨论(0)
提交回复
热议问题