-
Notifications
You must be signed in to change notification settings - Fork 67
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
Accents show one day earlier #18
Comments
Yes, you are right. I am also getting same issue. If i set 6th then Calender showing me a dot in 5th. |
I guess its the same issue I experienced when selecting the date, daysAfter func in DayLayout returns wrong number |
@TKolbusz I tested onDateSelected func, the Date object is correct. |
@z29591259 It is not about date object, it is fine. daysAfter function returns its result based on hours, minutes and seconds, not only days, thats why it doesn't work as expected |
Seems to be a time zone issue. |
Getting the same issue. I suppose the lib is using a Japanese Zimezone ? :) 🗾 |
I call setAccents in "onMonthSelected" function
but accents always show one day earlier, e.g. 2017-01-19 shown on 2017-01-18
the date in Date object is definitely correct, because I had checked it in Log.
This is a nice tool, I hope this issue could be solved. Thanks ^ ^
The text was updated successfully, but these errors were encountered: