Hello,
I am using a Date Field on my powerapp. For some reason, the app is putting the Date Format in "mm/dd/yyyy" when in reality i wanted to put "dd/mm/yyyy".
When i use the following code in the "Default Date" [ If( SharePointForm1.Mode = New; "";Text(Parent.Default,"dd/mm/yyyy")) ], this doesn't change the date format, but rather adds more years into the date. The date i have in the list is 28/01/2021, but when i add this code, the date for some reason changes to 14/1/2023.
Does anyone know how to solve this issue?
Thank you
Solved! Go to Solution.
Put your DefaultDate back to Parent.Default and then change the Format property of the DatePicker to the following:
"dd/mm/yyyy"
I hope this is helpful for you.
Put your DefaultDate back to Parent.Default and then change the Format property of the DatePicker to the following:
"dd/mm/yyyy"
I hope this is helpful for you.
Since yesterday, all my applications have changed the date format to the American one, i.e. in the edit mode I have good dd.mm.yyyy but in the production mode for the client the date is mm / dd / yyyy. The change applies to all apps, even those that haven't been touched for several weeks. The same with numbers, you need to put a period instead of a comma. I checked the browser settings and the same effect everywhere in different browsers. Do you have that too? Does anyone have the same and know more about this error?
I have the same problem. In application edit mode is OK. I'm from Poland.
Hi @KonradPogodz and @chmielos ,
I had the exact same problem, and this happened after new year came in. We never made changes to the date, but on the editor it looks fine, but when watching the display it has mm / dd / yyyy. I had to do this fix.
Can one of the devs explain this behaviour?
Hi,
I also have the same problem: in all my apps date and number switched to the american format wich cause some of my apps to stop working.
In the editor, everything is fine.
What can we do about it?
Thanks
It's definitely something that has either changed or is a bug to be fixed. But in the meantime, setting the controls specifically to specify the locale will work.