tags:

views:

25

answers:

2

Hi, I want to show only day and month and not year in my date picker. Not sure how to achieve this. Please suggest.

A: 

you'll find the answer by Googling this and clicking on the first entry which happens to be from Stackoverflow also: http://stackoverflow.com/questions/407149/iphone-cocoa-uidatepicker-show-only-month-and-day

Hope it helps!

David Schiefer
A: 

I solved this by setting the maximumDate property to current date. This disabled the dates from current date.

Abhinav