Support Article
Incorrect date displays for DateTime control for th_TH locale
SA-85718
Summary
Incorrect date displays for DateTime control for the th_TH locale.
Error Messages
Not Applicable.
Steps to Reproduce
- Log in to the application
- Set the locale as th_TH
- Open the DateTime control
Root Cause
A defect in Pegasystems’ code or rules.
Resolution
Perform the following steps:
- Update to Pega Platform 8.2.3 Patch release
- Append the below script to the pyMetaTags rule:
<script>
if(typeof pegaUtils==="undefined"){
pegaUtils = {};
}
pegaUtils.useBuddhistThaiSolarCalendar = true;
</script>
Published January 23, 2020 - Updated December 2, 2021
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.