Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

UIDatePicker display seconds

Is there any chance to display seconds in uidatepicker? I don't really see reference for this.

like image 692
dombesz Avatar asked Dec 23 '22 00:12

dombesz


1 Answers

You can't do this with UIDatePicker, but you can make your own using UIPickerView. Just be aware that by doing this you'll lose the locality-aware features of UIDatePicker.

like image 78
jtbandes Avatar answered Jan 03 '23 07:01

jtbandes