Open kidsh opened 7 years ago
Me too, pls help us.
I believe it should work through calendarView.getManager().selectDay()
. There is also setActiveMonth
method but unfortunately it is private.
After setting it you should call calendarView.populateLayout()
so that changes are visible.
Yes, Thanks and best regards.
I am trying to change the calendar month from the month selected from the spinner but I am not able to perform same. Changing month from next and previous button are working properly but if I want to change it directly to specific month (ex. from June to January) is not performing. Please provide me some solution for same