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
2010-10-12 18:46:06
A:
I solved this by setting the maximumDate property to current date. This disabled the dates from current date.
Abhinav
2010-10-12 19:26:11