I am working on full calendar where i want to get the current active month, year and day in full calendar on click of next and previous buttons.
events: function(fetchInfo, successCallback, failureCallback) {
console.log(fetchInfo.startStr);
console.log(fetchInfo.endStr);
in callback method able to get start and end date but it is starting from 28th August but i want start date like 1st september 2023

To get the date range in the callback to be only the month itself when fetching events for the month view, you can set
Documentation: https://fullcalendar.io/docs/showNonCurrentDates