How to disable or hide AM/PM in UIDatePicker from code / interface builder?
UIDatePicker
I want to have 24 hours time picker mode in UIDatePicker. Pleas
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 UIPickerView in case this is important.
UIPickerView