I want to disable the dates before today date in the DatePickerDialog .I am new in android please suggest me how could i do this .Here is my code that i have written for Dat
I know it is too late. But hope this will helps. Use
date .getDatePicker().setMinDate(System.currentTimeMillis() - 1000);
in your case date is DatePickerDialog
Cheers!