Top "Android-datepicker" questions

Android DatePicker is a widget for selecting a date.

Android set DatePicker to a certain date

I have 3 strings containing day, month and year values. For example: String mday = "02"; String mmonth="07"; String myear="2013"; I need to …

android android-datepicker
Android DatePickerDialog: Set min and max date for selection

I know there are quite a lot of question for this but none of the solutions are working for me, …

android android-datepicker
Android Material Design Inline Datepicker issue

I have a ScrollView with a Datepicker In the previous versions of Android the Datepicker is this: And I can …

android datepicker android-5.0-lollipop android-datepicker datepickerdialog
datepicker with different style than activity

I have activities with custom style, I want my activity with a custom title bar so I created below style: &…

android android-theme android-styles android-datepicker
Jelly Bean DatePickerDialog --- is there a way to cancel?

--- Note to moderators: Today (July 15), I've noticed that someone already faced this problem here. But I'm not sure if …

android datepicker android-4.2-jelly-bean android-datepicker
How to set the limit on date in Date picker dialog

I want to put the limit on date so that user can not pick date more then that, for example …

android android-datepicker
Android datepicker min max date before api level 11

I am trying to set the min and max date of the date picker in Android to before API level 11. …

android android-datepicker
How to Change the Datepicker style for Android

I'm currently making a registration form, and one of the fields is for the users Date of Birth. I want …

java android xml android-datepicker
Android - Hide date field in datepickerdialog

How to hide/remove date field in datepickerdialog. Actually my requirement is to use the native date picker dialog but …

android android-datepicker