java.text.ParseException: Unparseable date: "05/11/2023" #1477
Unanswered
Murilocb123
asked this question in
Q&A
Replies: 1 comment
-
Have you perhaps a small test report with the exception then we could try to get the same and then to debug the original issue which cause the wrong date format. For me is not completely clear in wich way you get the date and what are the next steps of the date will be executed to get the parsing exception. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am facing a problem regarding date formatting in my location, where, every first Sunday in November, the dates are not formatted correctly, for example, date "05/11/2023" generating the error:
Note: I got this log debugging birt.
As it generates an error in my locale, I verified that if it cannot convert, it tries to convert with the default locale, which is "ULocale.US", so my date, which is day/month/year, becomes month/day/year.
Result error: 11/05/2023
Beta Was this translation helpful? Give feedback.
All reactions