2

I have a datepicker which disables past dates. For my application, for example, user must be able to select only particular dates. The other dates must be disabled for selection. I do not want to validate after selection.

Manuel Allenspach
  • 12,467
  • 14
  • 54
  • 76
Sunil Z
  • 21
  • 5

1 Answers1

0

It's not possible, the best we could do is set Max and Min date for the date picker... Or maybe you could create your own custom date picker to enable this.(Using NumberPicker for example)

fchristysen
  • 208
  • 1
  • 10