Date format 1

Hi
I want output of date in the following format (3rd may 2021).
Can anyone help me out with this please.

Thankyou !!

1 Like

@Apchu ,

Check this xaml, I have designed with multiple IF activities, you can change it as per your need.
DateFormat_With_StNdRdTh.xaml (8.8 KB)

1 Like

In StudioX:

  1. Format the Date in Excel and change the “Read formatting” to “Use display value”:
    image
  2. Use “Project Notebook”, see the “Dates” sheet as an example:
    image
  3. Use Advanced Editor and DateTime.Today.ToString(format):
    See details about formatting here: Custom date and time format strings | Microsoft Learn
1 Like

Try

2 Likes

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.