Hi everyone
Does anyone know if it's possible to force the time picker of TTimeEdit to be 12 or 24 hours?
I mean the actual picker in iOS itself, not the editor box (which you can manipulate using the "Format" property).
By default, the picker matches the time format set in the phone settings, but I have a separate time format setting in my app which determines whether we show am/pm or 24 hour format in the app and I'm trying to make the experience consistent for my users.
Thanks