I want a date picker to show only Month and Year. I\'ve customized the Date Picker to do so i.e., to remove \'day\' field from the picker,but in Android Lollipop Am getting
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
see https://github.com/resengupta/Month-Year-Date-Picker
SimpleDatePickerDialog.java class is responsible for showing the month and year number picker. SimpleDatePickerDelegate.java works to apply rules to the number pickers. SimpleDatePickerDialogFragment.java is a DialogFragment which wraps the alert dialog.