I\'m using the same UIDatePicker instance to set three different values. Two of them are dates and the last is a time (e.g. 1:05).
UIDatePicker
My issue is regarding
use UIDatePickerModeTime instead of count-down instead to select 00, but surely it will look some different from count-down, have a look:
_datePicker.datePickerMode = UIDatePickerModeTime; _datePicker.locale = [[NSLocale alloc] initWithLocaleIdentifier:@"NL"];