Customizing the DatePicker Dialog Dialog

I am using DatePicker in a dialog so that the user can select a date. But I just want them to choose the month and day. Is there any way to make the year not ?

+3
source share
1 answer

I see no way to do this in Javadocs . You can create your own using NumberPicker (which, unfortunately, is not in the external API, but the source code is easily accessible). See http://www.quietlycoding.com/?p=5 for more details .

+2
source

Source: https://habr.com/ru/post/1768277/


All Articles