hi, i am working on a project where i am getting date value from date-picker view. I want to check for the date so that it should not enter the date prior to today's date... plz help me with that... thank you..
+1
A:
Set the date picker's minimumDate property:
datePicker.minimumDate = [NSDate date];
(Where datePicker is a reference to your UIDatePicker)
macatomy
2010-03-11 03:56:02
thanx it really helped me a lot thank you..
abhiTouchmagic
2010-03-12 08:53:07