-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
To disable past dates #11
Comments
Hi ! |
materialCalendarView.state().edit().setMinimumDate(CalendarDay.from(2016, 12, 31)).commit(); i tried following line to limit year.But its not working programmatically. |
You're right, there's a bug with the years. The setter is used by style attributes in
And setter can't be changed because of
I will change the code so that the setters have priority over the XML. I will also change the listView by a recycleView because I have found delays. |
OK, It's working in my PC but I must change few bugs before commit. You will be able to set a minimum and maximum dates but I have not yet manage hours and minutes. |
Thank you @J-Jamet |
You can do this now with 1.4 version, but you can't precise a time for restriction. |
Link #33 |
How can we disable past days in this??
The text was updated successfully, but these errors were encountered: