florent37 / SingleDateAndTimePicker

You can now select a date and a time with only one widget !
Apache License 2.0
1.02k stars 334 forks source link

Missing feature for displaying years #137

Closed dodolab closed 6 years ago

dodolab commented 6 years ago

Hi... I have just noticed that the library doesn't display years, even though there actually are some prepared constructs for this. I would like to ask, if you gonna implement this feature in nearer future 😸

dodolab commented 6 years ago

Hello. Luckily for you, I couldn't wait any longer as I needed the functionality for my own project, I implemented the functionality on my own. From now on, your amazing component also supports days of months, months and years. I just added a condition which disallows using WheelDayPicker along with WheelDaysOfMonthPicker and WheelMonthsPicker as it would not make any sense.... I will come up with a pull request, feel free to go over it and accept it.

Argathus!