I\'m trying to have a UIDatePicker to present only the date, month and year to the user. I want to avoid presenting them with the hours, minutes and seconds like it comes by
YourPickerView.datePickerMode=UIDatePickerModeDate;