如何从 UIDatepicker 获取数值?
我正在开发一个应用程序,它涉及从日期选择器获取一个值,并从实际 iPhone 上显示的日期中减去它。我该怎么做?我到处寻找答案!
谢谢拉菲
i am developing an app that involves getting a value from a datepicker and subtracting it from the date displayed on the actual iphone. how will i do this? i have looked everywhere for an answer!
thanks Rafee
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您应该实现 datePickerValueChanged 作为选择器,并像这样实现。
You should implement
datePickerValueChanged
as the selector, and implement like this.