brucetoo / PickView

Date and Province WheelView like IOS
1.1k stars 265 forks source link

Not able to return current year if i set max year before min year. #9

Closed raviteja06 closed 8 years ago

raviteja06 commented 8 years ago

.dateChose(calendar.get(Calendar.YEAR) + "-" + (calendar.get(Calendar.MONTH) + 1) + "-" + calendar.get(Calendar.DATE)) // date chose when init popwindow .maxYear(2099) .minYear(1900) .build();

brucetoo commented 8 years ago

it's your dataChose giving wrong data,not the problem of you said "set max year before min year"