Hello,
My users was to select their times using the 24 HR clock instead of the AM/PM 12 hour clock in my iPhone app. Presently, as far as I can tell, the only way to put the UIDatePicker into 24 HR time mode is from the device's settings. My users only want 24 HR mode for this app, not their entire device.
Does anyone know a way to put the UIDatePicker into 24 HR clock mode for my app only?
Thank you.
P.S. Would it be possible when my app starts it would put the device into 24 HR mode and then when the app goes to the background or closes it sets the device settings back to the way it was? I wonder if the app can control the device settings while it's used?