Date Time is not displaying in 24 Format
In Data Transform, We are using FormatDateTime Function to convert the time into MST and 24 hours format as below:
@(Pega-RULES:DateTime).FormatDateTime(Param.Date, "yyyy-MM-dd-hh.mm.ss", MST, en_GB)
(Note Param.date:20200526T141820.549 GMT)
Result: Timezone is converted to MST but the time is in 12 hour format.
We need the time in 24 hour format (yyyy-MM-dd-hh.mm.ss)
***Edited by Moderator Marissa to update Platform Capability tags****