Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Example Selected Date #35

Closed
justdan0227 opened this issue Jan 3, 2020 · 5 comments
Closed

Example Selected Date #35

justdan0227 opened this issue Jan 3, 2020 · 5 comments
Labels
bug Something isn't working question Further information is requested

Comments

@justdan0227
Copy link

justdan0227 commented Jan 3, 2020

Having an issue in my app so I went to the example. What am I missing in that when you select a date in the Example and then switch from day to month to week, that the selected date keeps changing. Also, TODAY is off by one and I have to add

var today = Date()
today = today.addingTimeInterval(86400)
@kvyatkovskys kvyatkovskys added the question Further information is requested label Jan 11, 2020
@kvyatkovskys
Copy link
Owner

I'll check.

@justdan0227
Copy link
Author

justdan0227 commented Jan 14, 2020

Any update? So I'm in Chicago TZ -6.0 and yet when I click on didSelectDate it gives me the next day? Clicking on the 24th in a month view will return the 25th?

@kvyatkovskys kvyatkovskys added the bug Something isn't working label Jan 15, 2020
@kvyatkovskys
Copy link
Owner

Not yet. I’ll try to reproduce with your time zone and fix it as soon as possible.

@kvyatkovskys
Copy link
Owner

Issue is fixed (v. 0.2.4)

@justdan0227
Copy link
Author

Awesome! Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants