Resolved! convert the 24 hr time format to 12 hr format
Hi teamI have this code to fetch and display the date and time in CST but it is displaying in 24 hour format but how can I display it in hh:mm am/pm format? var time = new GlideDateTime(); var targetTimezone = 'CST'; var tz = Packages.java.util.Ti...