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 -
Just posting it for others who might be looking for angular solution.
For start date this.calendar.getApi().view.activeStart and for end date this.calendar.getApi().view.activeEnd
this.calendar.getApi().view.activeStart
this.calendar.getApi().view.activeEnd
You can follow https://fullcalendar.io/docs/angular to get fullcalendar api - getApi() to use above methods.