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

In the date field, You can set the read only custom format for date display and there is a check in the presentation table to display the editable date in the read only applied format. Have your tried that.

Also, you can trying FormatDateTime function to change to particular format on change of the date field

@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.

Thank you.