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 Apps / Modern Table Change da...
Power Apps
Answered

Modern Table Change date format

(1) ShareShare
ReportReport
Posted on by 39
I have a power app connected to MS list which shows dates in DD/MM/YYYY. Within power apps i select dates using date pickers. I want to be able to see my dates within the table as dd/mm/YYYY.
There are fields for DateOnlyFormat and DateTimeFormat where you can change to None, ShortDateTime and ShortDate. 
Copiltot suggested using this but hasnt worked
Text('PowerAppsOneGrid.DateOnlyFormat', "dd/mm/yyyy")
 
Any ideas if it is possible to change the date format presented in the table?
 
 
Categories:
I have the same question (0)
  • narayan225 Profile Picture
    2,547 Moderator on at
    The table generally picks up whatever your browser or device settings are.
    To change them in Modern table, you might need to update your data first.
     
    So, you will use addcolumns command to format your date field to the type that you want and then display in the table control.
     
    Hope this helps.
    Cheers!
  • GT-05111229-0 Profile Picture
    39 on at
    Thanks for the reply. I am not sure if i understand what I need to do, is that in power apps or SharePoint? My problem is in PowerApps
     
    Below is example of my modern table in power apps. as you can see the dates are in  mm/dd/yyyy
    My MS list where i connect to is shown in dd/mm/yyyy
     
    I have tried changing the format here but didnt work either. Any
  • Verified answer
    timl Profile Picture
    36,774 Super User 2026 Season 1 on at
    Hi GT-05111229-0
     
    At present, the modern table control doesn't appear to support date formats other than mm/dd/yyyy. My browser language is setup for UK and the control doesn't apply the dd/mm/yyyy format.
     
    The workaround is to modify the Items property of your table control and to add formatted columns by calling the AddColumn function. The syntax would look like this.
     
    AddColumns(
        YourSharePointList,
        EngagmentDateFormatted,
        Text(EngagmentDate, "dd/mm/yyyy",
        AdvertDateFormatted,
        Text(AdvertDate, "dd/mm/yyyy"
    )
    
    You can then go to the Fields section of the table control editor add these XXXFormatted columns.
  • CU10020901-0 Profile Picture
    2 on at
    Have you found a solution yet?

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!

Congratulations to the March Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 536

#2
WarrenBelz Profile Picture

WarrenBelz 426 Most Valuable Professional

#3
Haque Profile Picture

Haque 305

Last 30 days Overall leaderboard