Skip to main content
January 2, 2022
Question

date and time

  • January 2, 2022
  • 5 replies
  • 0 views

I am try display only the date and time without the timezone like this  02/01/2022 10.22pm

but it coming like this 

can anyone help to resolve this

5 replies

stefanhelzle0001
Brainy
January 2, 2022

Use the text() function to format the value in any way you want.

docs.appian.com/.../fnc_text_text.html

January 19, 2022

thanks

January 19, 2022

And don't forget to display in a a!textField when using text() function. I tried to do that in a!dateTimeField component in UI, and totally messed up the date. Turned out I had to use a!textField instead/

harshitb6843
January 19, 2022

Not just textField, you can use any field that supports free text. i.e. text field, paragraph field, rich text component, rich text display field etc.