HI i have a date 19/6/2021 to be convert into 6/19/2021 in power automate desktop. can anyone help?
thanks in advance.
Hello @ajaykumar11111,
Here is an example of convert date format from 19/6/2021 to 6/19/2021.
SET OriginalDate TO $'''19/6/2021'''
Text.ToDateTimeCustomFormat Text: OriginalDate CustomFormat: $'''d/M/yyyy''' DateTime=> TextAsDateTime
Text.FromCustomDateTime DateTime: TextAsDateTime CustomFormat: $'''M/d/yyyy''' Result=> FormattedDateTime
Thanks.
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.