如何在 iPhone 的日期和时间选择器中设置开始日期、时间和结束日期、时间?
如何在日期和时间选择器中设置开始日期、时间和结束日期、时间,如果我们选择任何日期只需要启用开始时间和结束时间,例如开始时间 09:00am 到 05:00pm。
How to set start date,time and end date,time in date and time picker,if we select any date need to enable only start time and end time for example start time 09:00am to 05:00 pm.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用minimumDate和maximumDate属性
Use minimumDate and maximumDate properties
在您看来,您从故事板创建 UIDatePicker。如果选择任何日期,该日期将显示在文本字段上,如下所示:
尝试当前日期将显示在文本字段上,这样您需要获取结束时间。最后给提交的文本的文本是:
试试这个我想你可以得到答案。
In your view you create UIDatePicker from story board. if select any date that date will display on textField like this:
try this current date will display on textfield and like this you need to get end time. finally give text for text filed is:
try this I think you can get answer.