Open dmaggiore-sorint opened 1 month ago
In the above example instead of typing 4/8/24, if you type 4/8/2024 it's correctly parsing or if you change the date format to dd/MM/yy it's working.
Ok it works with "dd/MM/yy" but then it doesn't work if the user tyèes 4/8/2024 thinking about 4th August instead of 8th of April.
We need to keep the dateFormat in the "dd/MM/yyyy" way and make 4/8/24 work aswell
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.
any update on this issue?
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