Reputation: 15
I'm trying to display in the DatePickerDialog
the next year, but I get 1900. What is the problem with this code?
.get(Calendar.YEAR + 1),
Upvotes: 0
Views: 3238
Reputation: 2805
If you need a datepicker with only year (Year Calendar) , then please refer YearPicker
for more information. its an customized yearPicker
Upvotes: 0