Data/Time format
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 12:33 PM
Hello,
We have a variable for Start Date/Time formatted as "hh:mmA", but we need assistance in removing the seconds from the time. Could someone kindly assist with this? Thank you
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2024 12:52 PM
If this is for the whole system you could try messing with the system property glide.sys.time_format.
Otherwise you are going to have to add a string field, and then set that field to the value from the date/time field in the format you are looking for.
Other than that I think you are stuck with it.