Skip to content
This repository has been archived by the owner on Jun 23, 2019. It is now read-only.

koyomi(_: didSelect: forItemAt) is return a wrong date #52

Open
haroldogtf opened this issue May 25, 2018 · 0 comments
Open

koyomi(_: didSelect: forItemAt) is return a wrong date #52

haroldogtf opened this issue May 25, 2018 · 0 comments

Comments

@haroldogtf
Copy link

haroldogtf commented May 25, 2018

The method didSelect is returning the same date when selecting a range. It is possible to reproduce in Demo project.

Ex. I select day 17 and after I select day 25. (Issue)

Console prints:

You Selected: Optional(2018-05-17 03:00:00 +0000)
You Selected: Optional(2018-05-17 03:00:00 +0000)

But if I select day 25 and after I select day 17. (Works ok)

You Selected: Optional(2018-05-25 03:00:00 +0000)
You Selected: Optional(2018-05-17 03:00:00 +0000)

@haroldogtf haroldogtf changed the title koyomi:didSelect:forItemAt is return a wrong date koyomi(_: didSelect: forItemAt) is return a wrong date May 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant