Android only month and year picker in material design

Dominik Mičuta picture Dominik Mičuta · Sep 18, 2015 · Viewed 8k times · Source

Im working on app that needs to input expiration date for credit card but andorid 5.0+ date time picker has only options for picking date with days. Is there any library for that because I cant find any. I also didnt find anything in material design guidelines regarding this.

Thx

Answer

ReeSen picture ReeSen · Oct 15, 2015

Went ahead making a modified Date Picker called Simple Date picker ... have used the code similar to Date Picker just to show month and year. You can also provide your own theme to the SimpleDatePickerDialog.

see https://github.com/resengupta/Month-Year-Date-Picker