Hi,
This is quite odd I and viewing the date format in my powerapp as DD/MM/YYYY and other users are getting MM/DD/YYYY.
I have an indicator attached to this date format and for the users with the US format the indicator does not work properly. (see 2nd attached image). mine is working fine.
I've tried this: Text(ThisItem.StartDate,"[$-en-UK]dd/mm/yyyy") and Text(ThisItem.EndDate,"[$-en-UK]dd/mm/yyyy") with no luck.
in the below example I've set the date for 01/10/2023 to 25/10/2023. This has turned their indicator into 10/01/2023 to 10/25/2023 which does not work as per the image.
I have checked the users date and time settings, and they all look the same pointing to Uk and Australian.
Any help would be greatly appreciated.