Can UIDatePicker's minimumDate and maximumDate include time?
        Posted  
        
            by greypoint
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by greypoint
        
        
        
        Published on 2010-03-14T05:12:15Z
        Indexed on 
            2010/03/14
            5:25 UTC
        
        
        Read the original article
        Hit count: 523
        
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?
© Stack Overflow or respective owner