I want to add controls (>> << to the header) to slide to next and previous month for the desktop user.
For the month on the year, if the 1st date falls on Sunday, there is no way to go to the previous month for the desktop user.
@rahulthakare Have a look at the changeDate event in the README. When user clicks the >> << controls, in your click handler you can broadcast the changeDate event.
I want to add controls (>> << to the header) to slide to next and previous month for the desktop user. For the month on the year, if the 1st date falls on Sunday, there is no way to go to the previous month for the desktop user.