wdullaer / MaterialDateTimePicker

Pick a date or time on Android in style
Apache License 2.0
4.67k stars 949 forks source link

Adding support for DateTimePicker #612

Open SaeedZhiany opened 5 years ago

SaeedZhiany commented 5 years ago

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
wdullaer commented 5 years ago

I started work on this a few years ago, but ran out of steam.

At the moment I only have time to fix basic bugs.