Configuring the Thai calendar
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 then 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.
Previous topic Setting a date range Next topic Date properties