Top "Android-datepicker" questions

Android DatePicker is a widget for selecting a date.

How to configure DatePicker for date of birth date selection

With the default display the DatePicker shows the current month, but the user may wish to select a date which …

android android-datepicker
How to set a minimum and maximum limit for a date picker in android?

I'm working on an app in which i'm using a custom date and time picker. I've created a dialog box …

android android-datepicker
How to disable certain dates in the Android Date Picker dialog?

I am using default Android DatePickerDialog which contains android.widget.DatePicker. Does anybody know how to disable or make certain …

android android-datepicker datepickerdialog
Android only month and year picker in material design

Im working on app that needs to input expiration date for credit card but andorid 5.0+ date time picker has only …

android material-design android-datepicker
How to disable dates after today date in DatePickerDialog Android?

I want to disable all Next(after) dates from today date in DatePickerDialog. I am using below code to create …

android android-studio datepicker android-datepicker datepickerdialog