Announcements
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.
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
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
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.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 387
timl 340 Super User 2026 Season 1
Vish WR 301