Skip to main content
mosabi0001
New Participant
March 5, 2022
Question

Date Formatting

  • March 5, 2022
  • 3 replies
  • 3 views

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.

3 replies

stefanhelzle0001
Brainy
March 5, 2022

As this is a test, I do not want to spoil. The two functions will help you solve the challenge.

What did you try? What failed? Code snippets?

mosabi0001
New Participant
March 5, 2022

Sorry, it was simple.

l solve this task like the image below.

New Participant
August 23, 2022

Hi mosabi0001,

You can use datetext function with formatting ,datetext(ri!dateTime, "dd MMM yyyy"),