Question
Bannari Amman Institute of Technology
IN
Last activity: 5 Jul 2024 9:20 EDT
Issue with Date time Validation error due to Locale in Operator
Hi All,
We have en_EN in the Operator Locale, due to that format of the Date Time property is changed into 06 19, 2024
11:10: AM and then error is displaying as invalid date and time.
In Logs we are getting exception as below:
Cannot create format "datetime_medium", default format is used
java.lang.IllegalArgumentException: Illegal pattern character 't'
Could anyone please suggest solution for this issue
Thanks in advance
@SARAVANAG en_EN is an invalid locale. Please try with en_US locale or any locale from the below article. This issue will be seen only when giving the invalid locales to the operators.
https://www.ibm.com/docs/en/radfws/9.6.1?topic=overview-locales-code-pages-supported
Thank you.