Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to disable certain dates in the Android Date Picker dialog?

I am using default Android DatePickerDialog which contains android.widget.DatePicker.

Does anybody know how to disable or make certain dates unselectable?

I know DatePicker allows to setMinDate() and setMaxDate() but it doesn't allow to disable specific dates in the middle.

e.g. on this picture would like to disable date 18, 26, etc:

enter image description here

like image 860
Alex Wih Avatar asked Jan 11 '16 17:01

Alex Wih


1 Answers

That is not a built in behavior - you would have to use a custom date picker.

like image 131
ianhanniballake Avatar answered Nov 08 '22 08:11

ianhanniballake