You can set the minimum and the maximum date that UIDatePicker can show.
[datePicker setMinimumDate:[NSDate date]];
[datePicker setMaximumDate:[NSDate date]];