I have set my computer Region/Date to Australia DD/MM/YYYY format. I have set Sharepoint region to the same so my Sharepoint list displays in that format. I have created a PowerApp that insists on displaying dates in MM/DD/YYYY format. How do I change it?
Solved! Go to Solution.
Okay so i found a way to do this, if you change the 'format' property from something like 'DateTimeFormat.ShortDate' to just "dd/mm/yyyy" it will change it. I found that even when using TEXT(<field>, "dd/mm/yyyy") if the format property shows shortdate, or longdate or anything like that, it will use the browser defult.
Thank you for this. I have just tried it and low and behold it works, I have a Europe/UK date format in the date picker.
I spent hours looking for complicated solutions and this appears to do the trick.
Genius.
Thanks for your help.
works perfectly! thanks
Hello,
i have managed to do that by editing the "Format" like that
Text([YourDateFieldName].SelectedDate,"[$-en-US]dd/mm/yyyy","en-GB")
A slightly different use case here, but it is somewhat relevant to this thread. If you'd like to apply date/time settings to a field in a gallery, you can use:
Text(ThisItem.YourDateFieldHere,"[$-en-US]dd/mm/yyyy")
Thanks. It worked 😄
Change the Language in the Datacard to 'en-GB'
so simple and smart! thank you
User | Count |
---|---|
182 | |
123 | |
88 | |
45 | |
43 |
User | Count |
---|---|
247 | |
156 | |
127 | |
78 | |
73 |