HI i have two date pickers.
datepicker1, datepicker2.
I need datepicker1.date to compare with datepicker2.date
i need to verify that the two dates are same or not . How is it possible. Thanks in advance.i have used the below one but it is not working
if([datePicker.date isEqualToDate:FromPicker.date])