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

Wrong date interpretation from datePicker field #15454

Open
J-P-Robin opened this issue Nov 20, 2024 · 0 comments
Open

Wrong date interpretation from datePicker field #15454

J-P-Robin opened this issue Nov 20, 2024 · 0 comments
Labels
api Issues related to API bug Something isn't working

Comments

@J-P-Robin
Copy link

J-P-Robin commented Nov 20, 2024

Description

As future dates are prioritized when typing a date, when typing a time in the past, it will display the future time (next day), which is expected if you only type the time.

Though, if you enter for example "Today 13:00" and the actual time is past 13:00, it will display tomorrow at 13:00. I would instead expect it to use today as the actual date.

image

Steps To Reproduce

No response

Current Behaviour

When typing "Today 13:00" and the actual time is past 13:00, it will display tomorrow at 13:00.

Expected Behaviour

When typing "Today 13:00" and the actual time is past 13:00, it should display today at 13:00.

@J-P-Robin J-P-Robin added api Issues related to API bug Something isn't working labels Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api Issues related to API bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant