web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :

Display Month in Text Format Using Power Automate

Community Member Profile Picture Community Member

Introduction:

Using Power Automate we can format date in various formats, however we had a requirement to populate date in document in  June 10,2020  format.

Solution:

Here is how to achieve the same.

In this example I am formatting the System date which is obtained from function utcnow().

formatDateTime(utcNow(),’MMMM dd, yyyy’)

Output:

If you do not need to display the full Month in words, you can write “MMM” instead of “MMMM” and get the below output.

The post Display Month in Text Format Using Power Automate appeared first on Cloudfronts - Microsoft Dynamics 365 | Power BI | Azure.

Comments

*This post is locked for comments