Show Time in 12 and 24 hour format in UIDatepicker on the basis of app settings not on device Settings

前端 未结 10 1138
夕颜
夕颜 2020-12-01 07:55

My problem is there is a switch in my app which toggles for 12 hour and 24 hour time format.I am displaying my labels time according to that, but the UIDatePicker

10条回答
  •  遥遥无期
    2020-12-01 08:30

    For UIDatePicker you cannot change the time format to 24 or 12, it depends on the user local settings in setting.app

提交回复
热议问题