How to disable or hide AM/PM in UIDatePicker from code / interface builder? I want to have 24 hours time picker mode in UIDatePicker. Please help
feedback
|
|
AFAIK you can't (within limits of SDK). The AP/PM will disappear if the user chooses to use 24-hour format. Make your own | |||
|
feedback
|
|
According to the documentation you should be able to set the
Alas there is a bug causing both simulator and device to continue to layout the date picker according to the users international preferences. As you suggest, you have to roll your won date picker to be able to display a 24 hrs picker. | |||||||
feedback
|