material-daterange-picker icon indicating copy to clipboard operation
material-daterange-picker copied to clipboard

Functionality to disable Future dates

Open NageswaraRaoCH opened this issue 8 years ago • 2 comments

how to disable future dates,i.e tomorrow on words....

NageswaraRaoCH avatar Oct 27 '16 10:10 NageswaraRaoCH

any update for this? How to disable the future dates?

nifrasismail avatar Aug 02 '17 19:08 nifrasismail

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.

yasirtahir avatar Nov 20 '19 13:11 yasirtahir