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
Describe the bug
When typing a date without zeros and with a 2digit year, when the day is smaller than 13, it invert the day and the month even though the dateFormat is "dd/MM/yyyy"
To Reproduce
react-datepicker with dateFormat="dd/MM/yyyy"
type a date like '4/8/24" (4 August 2024)
Expected behavior
I expect to see the date 4th of August 2024 in the Datepicker (and also as value) and not 8th of April 2024
The text was updated successfully, but these errors were encountered:
Hi @martijnrusschen, do you have any thoughts on this issue? I feel as the date format mentioned is not insync with the entered date value, this case is an expected. Let me know if this issue need to be fixed.
Describe the bug
When typing a date without zeros and with a 2digit year, when the day is smaller than 13, it invert the day and the month even though the dateFormat is "dd/MM/yyyy"
To Reproduce
Expected behavior
I expect to see the date 4th of August 2024 in the Datepicker (and also as value) and not 8th of April 2024
The text was updated successfully, but these errors were encountered: