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
Initialize the Calendar with the current date as the first month, something like this: Calendar calendar = new Calendar(currentDateTime, endDateTime); AUCalendar auCalendar = AUCalendar.getInstance(calendar);;
Implement the onMonthCellBindView with your custom logic (remember to return true on the hasImplementedMonthCellBinding method), if you want to see how it is implemented now you can check here;
Hi, is there any options to disable the selection of date before the current date
The text was updated successfully, but these errors were encountered: