WheelPicker icon indicating copy to clipboard operation
WheelPicker copied to clipboard

setDateRange逻辑有问题

Open taoranziwangji opened this issue 1 year ago • 0 comments

2.0.7最新版本,设置今天到30年后的今天这个范围,依然能够选择今年的前几个月的日期,需要滚动几次才能控制住。 Calendar today = Calendar.getInstance(); Calendar nextDay = Calendar.getInstance(); nextDay.add(Calendar.YEAR, 30); binding.timePickerView.setDateRange(today, nextDay, WheelView.OverRangeMode.HIDE_ITEM);

taoranziwangji avatar Apr 23 '23 09:04 taoranziwangji