Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
raviteja06 opened this issue Jan 14, 2016 · 1 comment
Closed
Labels

Comments

@raviteja06
Copy link

.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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants