Improve functionality for users who rely on the Thai solar calendar by configuring
the Date time control to display dates in this format.
-
In the navigation pane of Dev Studio,
click Records.
-
Expand the Technical category and
click HTML Fragment.
-
Open the pyMetaTags HTML fragment.
-
In the HTML Source section, anywhere in the HTML editor,
add the following script:
<script>
if(typeof pegaUtils==="undefined"){
pegaUtils = {};
}
pegaUtils.useBuddhistThaiSolarCalendar = true;
</script>
-
Click Save.
-
In the navigation pane of Dev Studio, click .
-
In the Use Locale drop-down list, select Thai
(Thailand, TH).
-
In the Use Time Zone drop-down list, select
Asia/Bangkok.
-
Click Update.