I have a detail screen in my app which is used to show asset details for my company assets, two critical dates for us are the Next Service Date and the Warranty Expiry Date both of these values are calculated in my SharePoint list and when I add the fields to the Detail Form they are displaying in the following format 2012-06-31T23:00:00Z, whereas what we really need is this format 31-06-2021.
How can I define this formatting?
Hi,
Use the Text(Now(),ShortDate)
Instead of Now() you can use your database column name of date.
Hi,
Here is the date format detail in powrapps
https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/show-text-dates-times
Text ( Formula),"DD-MM-YY")
You can use:
User | Count |
---|---|
251 | |
125 | |
106 | |
50 | |
49 |