Javatpoint Logo

91-9990449935

 0120-4256464

Android DatePicker Example

android datepicker

Android DatePicker is a widget to select date. It allows you to select date by day, month and year. Like DatePicker, android also provides TimePicker to select time.

The android.widget.DatePicker is the subclass of FrameLayout class.

Android DatePicker Example

Let's see the simple example of datepicker widget in android.

activity_main.xml

File: activity_main.xml


Activity class

File: MainActivity.java