ExtendedCalendarView
ExtendedCalendarView copied to clipboard
Change the default month and year for the calendar
By default, the calendarView shows the current month and year view. I would like to have an option to open a specific month and year view on choice. Is this possible in the existing library?
currently this is not built in so you will have to extend the library to do that your self for now
Okay. Can you please tell me how can I do that? I tried to set the calendar instance maintained in the ExtendedCalendarView class which gave me the right month and year, but the Day attribute onDayClick(), was giving me wrong month.