code-troopers / android-betterpickers

[NO LONGER MAINTAINED] Android library for better Picker DialogFragments
2.67k stars 564 forks source link

How do you set max date in calendar picker dialog? #41

Open huteri opened 11 years ago

huteri commented 11 years ago

So, as the title, I want to know if it's possible to set max date for calendar date picker. If it's not, then how to make it possible?

bbbenja commented 9 years ago

No, you could just use setYearRange(startYear, endYear)

Actually, the only way to verify the max date is in the `OnDateChangedListener. If you want to code asetMaxDate``method, feel free to do a pull a pull request.

Thx