We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
how to disable future dates,i.e tomorrow on words....
The text was updated successfully, but these errors were encountered:
any update for this? How to disable the future dates?
Sorry, something went wrong.
You can set the Max Date (In your case, it will be today), so that all the dates after the max date will be disable for selection.
dialog.setMaxDate(Calendar.getInstance()); // This will disable all the dates after today.
Similarly, there is an option to select Min Date to disable past dates. Please read more about them in the library.
heysupratim
No branches or pull requests
how to disable future dates,i.e tomorrow on words....
The text was updated successfully, but these errors were encountered: