You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 8, 2022. It is now read-only.
@Ke4nuReeves The library currently supports date ranges of ±1 year only in both directions from the current date. In your case current date was 6.08.2020 and +1 year in future ended on day 5.08.21 hence the missing same day of next year.
Also, since the picker is circular, after the last day of next year, i.e. 5.08.21 you will see the next day as 8.08.19.
Solution: Use a separate Year picker available both from Builder class and XML.
Akhunzaada
added a commit
to Akhunzaada/SingleDateAndTimePicker
that referenced
this issue
Nov 6, 2020
I tried to pick the same day in the next year, and it's missed. For example, today is 6.08.2020, but, when I try to pick 6.08.2021 its absent.
The text was updated successfully, but these errors were encountered: