How can get start and end time on fullcalendar?

后端 未结 7 1315
日久生厌
日久生厌 2021-02-12 12:17

how can i get start and end time of visible days in fullcalendar?

I need it for use in another javascript instace. Is there some function like -

7条回答
  •  孤街浪徒
    2021-02-12 12:23

    $('calendar').fullCalendar('getView').start
    $('calendar').fullCalendar('getView').end
    

提交回复
热议问题