Following pic is a web date picker. There, only between current date and previous 7 days are able to be selected.
I've to do this at Android using DatePickerDialog
. I implemented DatePickerDialog
on my EditText
's OnClickListener
as an example here.
The question is how to make user could not select out of that range? Any idea?