Hi guys.
I'm facing the follow issue:
I set Power Apps field to get present date and time format ("Now" date). After users submit data, the gallery shows different date format for one specific user. Note: he is the same area/region of the others users.
i.g.:
User A = Diplay date time --> 03/04/2023 11:00 (red is wrong registered date)
User B = Diplay date time --> 04/03/2023 11:00 (green is correct registered date)
Formula I set: Text( Now(), "mm/dd/yyyy hh:mm")
See picture attached.
Hi @WendeReisss ,
Using the Language() function, you can see what Power Apps has taken from the browser settings and applies it to things like date formatting: https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-language
I suggest to have a session with this user to see what their language is to confirm this as the issue and then use functions like DateValue (https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-datevalue-timevalue) and Text (https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-text#predefined-datetime-formats) to make sure the formatting is done correctly.
MS.Ragavendar
32
Rajkumar_M
16
Super User 2025 Season 1
mmbr1606
16
Super User 2025 Season 1