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 -
version 4
You can just use calendar object and get satrt/end dates
var start = calendar.view.view.activeStart; var end = calendar.view.view.activeEnd;