florent37 / SingleDateAndTimePicker

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

Can't parse default displayed time during no action #233

Open sam43 opened 4 years ago

sam43 commented 4 years ago

Scenario:

Present situation I have solved it manually. But I hope it should be into the library. I would like to add another enhancement as well which is, reduce the items into individual picker according to it's actual count of picker.setStepMinutes(30). (i.e. I used 30 as steps and I would expect 2 items only into the minute list, I wouldn't expect ["00", "30"] more than 2 into the list. Assume, step = 15, then it should be = ["00","15","30","${c.add(Calender.HOUR, 1)}"] or something like that) That's all, Thanks