Can UIDatePicker's minimumDate and maximumDate include time?
- by greypoint
Need a UIDatePicker with specific maximum and minimum dates and times. Currently NSDatePicker.minimumDate and .maximumDate appear to only consider the date. What's the proper way to handle this?