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 Format Error on P...
Power Apps
Unanswered

Date Format Error on PowerApps When Using a Mobile Phone

(0) ShareShare
ReportReport
Posted on by 3

I need support regarding a date format error when using PowerApps on a mobile phone.

Currently, I have created a PowerApps application that works normally on a computer. However, when opening the app on a mobile phone, a date format error occurs.

Computer:                                                         Mobile:

                            

My data has two columns as follows:

Ngay column: formatted as mm/dd/yyyy hh:mm (since I use the Now() function to input the data).

NgayText column: I created this additional column to display the date in the desired format using the formula: TEXT([@Date], "dd/mm/yyyy")

I use the NgayText column to display the date in the Gallery.

However, when running the app on a mobile phone, a date format error occurs. I have tried multiple solutions for more than a day but have not been able to resolve the issue. I would appreciate your support in identifying the root cause and the appropriate solution.

 

Code for Gallery:

Sort(
    Filter(
        RequestTable,
 
        IsBlank(lailichLoai_1.Selected.Value)
            || 'Loại giao dịch (Nhập / Xuất)' = lailichLoai_1.Selected.Value,
 
        IsBlank(lailichNgay_1.Selected.Value)
            || NgàyText = lailichNgay_1.Selected.Value,
 
        IsBlank(lailichtt_2.Selected.Value)
            || Status = lailichtt_2.Selected.Value
    ),
 
    'Ngày tạo',
 
    If(
        varSortNewest,
        SortOrder.Descending,   // má»›i nhất trước
        SortOrder.Ascending     // cÅ© nhất trước
    )
)

 

Code for item: 

Text(ThisItem.'NgàyText', "dd/mm/yyyy")

 

Categories:
I have the same question (0)
  • WarrenBelz Profile Picture
    155,838 Most Valuable Professional on at
    It sounds like you are using Excel as a datasource ?  If so, it does not handle dates or calculated columns well with Power Apps. Can you please confirm (or otherwise).

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 424

#2
WarrenBelz Profile Picture

WarrenBelz 355 Most Valuable Professional

#3
11manish Profile Picture

11manish 290

Last 30 days Overall leaderboard