Hi everyone, I've a task that say:
Convert 12/12/21 to December 12, 2021
and he gives me this hint
Hint: You need to use two Appian functions: text() and datevalue()
this is the task on the image below.
can anyone would help me to do this task.
Discussion posts and replies are publicly visible
Hi mosabi0001,
You can use datetext function with formatting ,datetext(ri!dateTime, "dd MMM yyyy"),