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
I've got a button wich calls goToDate() and the date is calculated starting from getFirstVisibleDay(). The problem is that getFirstVisibleDay() sometimes returns a Calendar instance off by one day, which causes the calculation to fail.