Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个UIDatePicker设置为 fr_FR 所以我有从00到的数字23。当我选择一个小时时,我会得到English格式,如果我选择 ,比如说 ,19我想进入19:00屏幕,但我得到了07:00。
UIDatePicker
00
23
English
19
19:00
07:00
可能在你的日期格式中你 setdateformat:@"hh:mm" 检查为波纹管链接
[datePickerFormat setDateFormat:@"HH:mm"];
检查下面的链接可能是它的帮助更多
以 24 - 12 小时格式 xcode 将 NSDate 设置为“TimePicker”