
Announcements
I am using date picker in powerapps with SharePoint as the datasource.
For me, the date format reflects fine in dd/mm/yyyy format, once i select date from the date picker. Please find the below screenshot.
However if some users access the same app, date format shows as 06/30/2023 which is mm/dd/yyyy format.
How to standardise the date format as dd/mm/yyyy format for all users in an organisation who use this powerapp?
You can use the Format property of your date picker control to force it to use the same format regardless of the user locale. The image below shows the app in en-US (where the default date format is m/d/yyyy) with the date presented in the desired format.
Hope this helps!