henninghall / react-native-date-picker

React Native Date Picker is datetime picker for Android and iOS. It includes date, time and datetime picker modes. The datepicker is customizable and is supporting different languages. It's written with native code to achieve the best possible look, feel and performance.
MIT License
2.23k stars 342 forks source link

Show seconds as well in time mode? #187

Closed amnan181 closed 4 years ago

amnan181 commented 4 years ago

I want to show time in format h:mm:ss. Is it possible to show seconds also in time mode?

henninghall commented 4 years ago

Hi, that's unfortunately not possible due to limitations in UIDatePicker on iOS.