hi guys can any body help me to figure out that how i can restrict the minimum date in UIDatePickerView
? i tried to set property minumumDate
from xib
file but it is not working, even i set the the mode like this
[datePicker setDatePickerMode:UIDatePickerModeCountDownTimer];
but still it is not working. what i want to do is that user cannot scroll down from a specific date. example: if restricted date is 21.11.2011
then user should not scroll it to less then this date so please help me to figure it out
Thanx in advance