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
This removes the AM/PM from the picker...
UIDatePicker *myDatePicker = [[UIDatePicker alloc]init]; [myDatePicker setDatePickerMode:UIDatePickerModeDate];