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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Automate / Display the current ti...
Power Automate
Answered

Display the current time to be the abbreviate of Month

(0) ShareShare
ReportReport
Posted on by 164

Hi Everyone,

 

I know how to use utcnow to make the current date as DD/MM/YY.......11/02/2020 with the expression @formatDateTime(utcnow(), 'dd-MM-yyyy')

But is it possible to make the date format as DDMMMYYYY, for example, 24OCT2019

 

Hope Flow can do this, thanks.

 

Regards,

ilu989

Categories:
I have the same question (0)
  • Verified answer
    efialttes Profile Picture
    14,756 on at

    Hi

    According to the documentation formatDateTime() supports "Either a single format specifier or a custom format pattern. The default format for the timestamp is "o" (yyyy-MM-ddTHH:mm:ss:fffffffK), which complies with ISO 8601 and preserves time zone information."

     

    So, if we use custom format pattern, in theory it should be possible to request the following format

    formatDateTime(utcNow(), 'ddMMMyyyy')

     

    If you need it in capital letters, try with

    toUpper(formatDateTime(utcNow(), 'ddMMMyyyy'))

     

    Hope this helps

  • v-bacao-msft Profile Picture
    Microsoft Employee on at

     

    Hi @ilu989 ,

     

    Please try the methods provided by @efialttes to achieve the requirements. I tested it on my side and this method fits your needs.

    120.PNG

     

    Best Regards,

  • ilu989 Profile Picture
    164 on at

    Hi @efialttes ,

     

    Thanks for your instruction, that's work and amazing!

    @formatDateTime(utcNow(), 'ddMMMyyyy')

     

    Regards,

    ilu989

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Automate

#1
David_MA Profile Picture

David_MA 250 Super User 2026 Season 1

#2
Expiscornovus Profile Picture

Expiscornovus 222 Most Valuable Professional

#3
Haque Profile Picture

Haque 174

Last 30 days Overall leaderboard