You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 19, 2022. It is now read-only.
@badoualy on init, when we set the date, can the view center that particular date?
You can do it by yourself: date.setFirstVisibleDate(now.getYear() - 1, Calendar.JANUARY, 1); date.setLastVisibleDate(now.getYear() + 2, Calendar.DECEMBER, 1); date.setSelectedDate(now.getYear(), now.getMonthOfYear() - 1, now.getDayOfMonth()); date.setFollowScroll(false);
Where date is the datepicker e now in DateTime.now() of JodaTime
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The alignment is not perfect, sometimes the offset is a bit off
The text was updated successfully, but these errors were encountered: