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
I noticed a discrepancy in my code and observed the same problem on the example page here. When selecting today's date (2024-02-15), yesterday's date (2024-02-14) is returned.
This is still happening for me locally. I'm using shinyMobile 1.0.0 so maybe it has been fixed in newer releases. Seems to be the same as this issue. Let me know if more info would be helpful.
@hypebright, I can confirm that the new look f7DatePicker provided in shinyMobile Version 2.0.1 returns the expected date. I still get the strange behaviour in 1.0.0 but if you can't recreate it and it is fixed in the new version, does this warrant a closed issue? I do however plan to continue to use version 1.0.0 for my project so if anyone has thoughts I'm all ears. Happy to provide more info as needed.
I noticed a discrepancy in my code and observed the same problem on the example page here. When selecting today's date (2024-02-15), yesterday's date (2024-02-14) is returned.
Current Behavior
On the Example Page:
Choose a date: 2019-08-23
The selected date is: 2019-08-22
Choose multiple dates: 2024-02-14, 2024-02-15, 2024-02-16, 2024-02-17
The selected date is: 2024-02-13, 2024-02-14, 2024-02-15, 2024-02-16
Choose a date: 2024-02-16
The selected date is: 2024-02-15
Expected Behavior
When selecting today's date, it should return the same date instead of yesterday's date.
The text was updated successfully, but these errors were encountered: