hello @Kristjan, welcome to the Tulip Community!! it would be great if you could introduce yourself at Welcome to the Community, let's meet!!
regarding your question, the FORMAT_DATE_TZ()
function will convert a Timestamp over to a human readable format for which you define the date components you display.
for example, here’s a formula I used: FORMAT_DATE_TZ(@App Info.Current Date and Time ,'DDMMMYY HH:mm','EST')
:
here, without the
FORMAT_DATE_TZ()
, this is what the message looks like:you can see more information on the available formatting here: Moment.js cheatsheet.
is this what you were hoping to achieve?? let us know!!