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

get the current date by index rather than parsing the item text #256

Closed greensopinion closed 4 years ago

greensopinion commented 4 years ago

Get the current date by index to improve reliability of dates based on the calendar of the current year. This fixes a problem where dates would not be selected correctly when the month of the current year has a different number of days from the year 1970, for example in a leap year.

fixes #254

greensopinion commented 4 years ago

CircleCI build failed due to license needing to be accepted. Looks like a configuration issue. Any ideas?

florent37 commented 4 years ago

thanks I merge it !