wdullaer/MaterialDateTimePicker

Adding support for DateTimePicker

Open

#612 opened on Sep 18, 2019

View on GitHub
 (1 comment) (1 reaction) (0 assignees)Java (4,665 stars) (961 forks)batch import
help wanted

Description

I would be great if we can have a DateTimePicker that shows Date and time pickers into one dialog, So in case of the user should pick both date and time, instead of showing a DatePicker then a timePicker, we can show a dateTime picker and user can select a total date in one place.

I found an idea of how you can show it. please take a look at this website for inspiration.

DatePicker tab TimePicker tab
image image

Contributor guide