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

f7DatePicker is off by one day #254

Open
frasemcl opened this issue Feb 15, 2024 · 0 comments
Open

f7DatePicker is off by one day #254

frasemcl opened this issue Feb 15, 2024 · 0 comments

Comments

@frasemcl
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant