Announcements
I made a Powerapp with the input from a SharePoint list. one of the items is the modified date.
When i show this sharepoint item in the PowerApp the item is shown as "2-10-2017 10:31".
Is it possible to show the sharepoint item as "2-10-2017" in the powerApp?
Yes you can use Text() function to transform a date into prefered format.
In your case it would be someting like that:
Text(ModfiedDate, ShortDate)
Text() Documentation: https://powerapps.microsoft.com/en-us/tutorials/function-text/
Hi henriwestra,
Please try to use Text function. Please check the doc about Text function for more details:
https://powerapps.microsoft.com/en-us/tutorials/function-text/
Then you could use the code likes below to format the date to “dd-mm-yyyy”:
Text(ThisItem.Modified,"[$-en-US]dd-mm-yyyy")
Please try it on your side.
Best regards,
Mabel Mao
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.
Congratulations to our community stars!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 358 Most Valuable Professional
11manish 214 Super User 2026 Season 2
Mohsin Ali 185