I am new to Objective C and IPhone development.
I am using a UIDatePicker in my IPhone Application and my requirement is to allow the user to choose the future date only
Use the following line,to disable the previous dates of an UIDatePicker.
[picker setMinimumDate: [NSDate date]];
The current date is displayed as shown below