material-daterange-picker
material-daterange-picker copied to clipboard
Functionality to disable Future dates
how to disable future dates,i.e tomorrow on words....
any update for this? How to disable the future dates?
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.