We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
当设置了日期范围时,滚轮初始设置日期会定位不对
没有判断是否为设置范围的那个年月日就加入了startDay,导致打开日期栏就错了
The text was updated successfully, but these errors were encountered:
哈哈 我这儿也出问题了 看了代码才知道 startDay 改成1应该就可以了 还是自己再打个包吧
Sorry, something went wrong.
1
No branches or pull requests
当设置了日期范围时,滚轮初始设置日期会定位不对
WheelTime.java => 352行
wv_day.setAdapter(new NumericWheelAdapter(startDay, leapYear ? 29 : 28));
没有判断是否为设置范围的那个年月日就加入了startDay,导致打开日期栏就错了
The text was updated successfully, but these errors were encountered: