Hi, this is a wonderful library with many good features. Still, I have one question. Say if one selected date is not in current week row or month page, is there any method to automatically move back or forth to go there? Thanks!
I'm looking for the same. It will be great if we can navigate programmatically somehow.
+1
Its simple 馃憤
just use
calendarView.setCurrentDate(Calendar.getInstance());
calendarView.setSelectedDate(Calendar.getInstance());
setCurrentDate works! Thank you!
Most helpful comment
Its simple 馃憤
just use
calendarView.setCurrentDate(Calendar.getInstance()); calendarView.setSelectedDate(Calendar.getInstance());