Question
text() function after Appian Upgrade 23.4
Hi, I have a concern about the text() function after Appian Upgrade 23.4.
The code: text(
gmt(todatetime("01/09/2023"), timezone()) + intervalds(12,00,00),
"dd-mmm-yy hh:mm:ss"
) & " AM'"
The output: "01-Sept-23 12:00:00 AM'"
/resized-image/__size/640x480/__key/communityserver-discussions-components-files/11/Screenshot-2024_2D00_01_2D00_02-at-6.08.20_2F20_PM.png
The output keeps returning "Sept" instead of "Sep" and this is only happening for the month of September. The other months are returning the first 3 letters.
Does anyone know how to resolve this?
