Search code examples
androiddatepickerandroid-custom-viewtimepicker

Taking Date and Time Values from Single CustomView


I have implemented DatePicker and TimePicker in android.

Now, As we know that DatePicker prompts user to give input only for specific date, same as TimePicker prompts user to give input only for specific time. But, I require to make a single CustomView that handle to take date and time both as input from user.

How can I do this ?

Thanks in Advance.


Solution

  • There is a Project Sample Which has both Date And Time Picker Together.

    You can find a DateTimePicker implementation here