why does the date format appear in the "mm / dd / yyyy" mobile app and in the PC app shows "dd / mm / yyyy"? For me the correct one would be "dd / mm / yyyy" at all.
Thank you all, because of you I solved the language problem. I used the formula "Text('Data/Hora' ; "[$-pt-BR] dd/mm/yyyy ")" in all fields.
There's currently a bug in which the language detection on mobile phones is not working properly - the team is working to release a fix soon.
As a workaround, if you want to force a date to be displayed in your format, you can use the Text function to show the date in the desired format:
Text(<your date>, "dd/mm/yyyy")
Should also point out that there is a Language() function that will return the current regional setting being reported to powerapps. You could use that to test what your phone is reporting.
The date format is set by the regional locale of the browser when it runs the PowerApp. It appears that either the phone doesn't reflect the region or PowerApps isn't picking it up from the client correctly. I've seen this before. The default regional local is en-US which is what the phone is showing.
WarrenBelz
98
Most Valuable Professional
MS.Ragavendar
73
stampcoin
50