Hi Mates,
Date values show differs in Different Browsers.(Using OOB Date Pickers)
In Google Chrome it shows: January,20,2021
In Microsoft Edge and IE, it Shows: 1/20/2021
Yes, it's not an issue but how to maintain consistency formate.
Not in my case - Chrome's Date format is correct (AU) but PowerApps is showing US format. It was ok last year, this year it decided to change. Edge is also fudging it by including the month as text, wrong way around but at least its readable.
In Default property i need to set Today date,
If i set Today() , then its fine
but i am using the same form so i need to check if it is new form or edit form
so If(FormText= "New", Today(), Parent.Defalt)
Then it shows some thing wrong
Hi @Anonymous ,
This is because PowerApps displays date formats based on the language setting of your browser. You can change all browsers using a same language, but I think this is too much trouble.
For a easy way to maintain consistency format for datapicker control, you can change the Format property of your DatePicker control(The language of browser will be automatically added as a prefix after saving the formula):
Text(DatePicker1.SelectedDate, "mm/dd/yyyy")
This time, Date Picker show same value in Different Browsers(I just test in edge and Chrome). Below is the result after change the Format property of your DatePicker control in Chrome and Edge:
Best Regards,
Allen
WarrenBelz
109
Most Valuable Professional
Michael E. Gernaey
82
Super User 2025 Season 1
mmbr1606
71
Super User 2025 Season 1