web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Date formatting issues...
Power Apps
Unanswered

Date formatting issues for French users

(1) ShareShare
ReportReport
Posted on by

I have an app which does approvals for high spend. The data for the requests and the approvals is saved in SharePoint. On the app OnStart property it creates a collection to get around the 2000 row limit.

ClearCollect(colApprovals,Filter(APP_Approvals,Number > 0, Number <= 2000));
Collect(colApprovals,Filter(APP_Approvals,Number > 2000, Number <= 4000));
ClearCollect(colAllReqs,Filter(APP_CAPEX_Requests,Number>0,Number<2000));
Collect(colAllReqs,Filter(APP_CAPEX_Requests,Number>=2000,Number<4000));

This works perfectly for my UK users, but my users in France get a screen full of errors. Monitor tells me that the errors come from an inability to convert the date/time in the "Modified" column to a valid date/time. The date time value from the SharePoint site is coming through as e.g. 16 juillet 24, rather than 16/07/2024. The SP site is set to GMT time zone, the columns are set to "Standard" format rather than "Friendly".

 

I've tried date formatting but I can't find a reliable way to dynamically pick the local date format of the user. Has anyone else experienced this and found a work-around?

Categories:
I have the same question (0)

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.

Helpful resources

Quick Links

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the May Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 477

#2
WarrenBelz Profile Picture

WarrenBelz 341 Most Valuable Professional

#3
11manish Profile Picture

11manish 317

Last 30 days Overall leaderboard