Data/Time format

Erica2
Tera Contributor

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

 

Erica2_0-1731011440352.png

 

1 REPLY 1

DrewW
Mega Sage
Mega Sage

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.