Using DatePicker without choosing a diary

I want to get the DatePicker Dialog without choosing a diary (only year and month) for the expiration of credit cards in the form. I checked the source code of DatePicker, and it does not seem to support a function that does not appear once from it. Any other widget to do this, or should I create my own widget again ...

+4
source share
1 answer

I just released an alternative date picker that allows you to create your own date and / or time dialogs. There is also an implementation for selecting the date you are asking for.

+5
source

All Articles