-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
关于时间选择器起始时间和结束时间 #1015
Comments
可以选范围我记得,不显示就好了 |
比如有需求场景要求只能选每天8-18点之间的时间(要求的格式是yyyy-MM-dd HH:mm:ss),通过日期时间选择器怎么实现呢? |
这个需要自己把源码down下来,自己修改源码 |
https://github.com/LuckyCodeer/Android-PickerView 这里已经支持时分秒的控制了 |
api可以提供一下吗? |
api还是现在的api,没有变,只是增加了时分秒的控制,之前的API,看这个库的说明 |
有坑不? |
没有
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2022年10月13日(星期四) 中午11:40
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [Bigkoo/Android-PickerView] 关于时间选择器起始时间和结束时间 (Issue #1015)
https://github.com/LuckyCodeer/Android-PickerView 这里已经支持时分秒的控制了
有坑不?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
看到作者在其他地方回复过,说是多层嵌套,逻辑复杂。所以没做这个功能? |
是否用你还是自己决定吧
…------------------ 原始邮件 ------------------
发件人: ***@***.***>;
发送时间: 2022年10月13日(星期四) 中午11:57
收件人: ***@***.***>;
抄送: ***@***.***>; ***@***.***>;
主题: Re: [Bigkoo/Android-PickerView] 关于时间选择器起始时间和结束时间 (Issue #1015)
看到作者在其他地方回复过,说是多层嵌套,逻辑复杂。所以没做这个功能?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
用啊。只是想请教下你是怎么实现的而已。能否在你的readMe上指导一下。 |
如何禁止选择比当前时间早的时间(精确到分秒)
The text was updated successfully, but these errors were encountered: