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

1.毫秒设置成1000,实际上获取出来的时间是下个月的1号0点,改为999,防止出现其他月份;2. 滑动日历时,添加对月份变化的监听 #365

Merged
merged 2 commits into from
Nov 28, 2024

1.添加滑动日历时,添加对月份变化的监听,比如从1月滑动到2月,会回调onMonthChanged(2月)

c8f7bfe
Select commit
Loading
Failed to load commit list.
Merged

1.毫秒设置成1000,实际上获取出来的时间是下个月的1号0点,改为999,防止出现其他月份;2. 滑动日历时,添加对月份变化的监听 #365

1.添加滑动日历时,添加对月份变化的监听,比如从1月滑动到2月,会回调onMonthChanged(2月)
c8f7bfe
Select commit
Loading
Failed to load commit list.

Workflow runs completed with no jobs