I am using a DatePicker in a Dialog box to allow the user to chose a date. But I just want them to chose a month and a day. Is there any way I can make the year not show up?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I don't see any way to do so in the Javadocs. You could create your own using NumberPicker (which unfortunately is not in an externally available API, but the sourcecode is readily available). See http://www.quietlycoding.com/?p=5 for more information. |
|||||
|