标签: ios cocoa date picker
可能重复: NSDateComponents of an NSDate
我在InterfaceBuilder中设置了两个UIDatePicker:其中一个将其模式设置为“Date”,另一个模式设置为“Time”。
UIDatePicker
我已成功从我的ViewController中的“日期”选择器中取出日期,但它有时间......
我的问题是:如何使用这两个选择器来获得一个日期?
(对于那些想知道为什么我没有使用“日期和时间”模式的人:这不会让用户轻松选择一年)
非常感谢,
答案 0 :(得分:2)
查看NSDate和NSDateComponents的文档。
http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/DatesAndTimes/Articles/dtCalendars.html#//apple_ref/doc/uid/TP40003470