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 / How to set format date...
Power Apps
Unanswered

How to set format date after save data in sharepoint?

(0) ShareShare
ReportReport
Posted on by Microsoft Employee

I set format in power app as below.

 

Noona_0-1629548736011.png

 

But data write in file excel =  2021-08-19T17:00:00.000Z

I want to write format date = dd/mm/yyyy

Please guide me about it.

 

 

 

Categories:
I have the same question (0)
  • Pstork1 Profile Picture
    69,543 Most Valuable Professional on at

    Change the column format in Excel from General to Short Date.

  • PriyankaGeethik Profile Picture
    3,320 Super User 2024 Season 1 on at

    Hi @Anonymous,

     

    If the date getting saved is right than I guess you need to change format of Excel file column into required format. 

    If you observe one day difference between the date submitted from PowerApps to Datebase than it is due to Timezone difference. Please try the below formula for the Timezone saving if it helps. 

     

    DateAdd(datepickercontrolName.SelectedDate,TimezoneOffset(),Minutes)

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

  • Pstork1 Profile Picture
    69,543 Most Valuable Professional on at

    One thing to add to @PriyankaGeethik response.  If you are going to use TimezoneOffset() to adjust for the time zone then you really need to pass the date being converted as an argument of the TimezoneOffset.  Otherwise it won't allow correctly for daylight savings time.  The formula should be.

     

    DateAdd(datepickercontrolName.SelectedDate,TimezoneOffset(datepickercontrolName.SelectedDate),Minutes)

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 426

#2
WarrenBelz Profile Picture

WarrenBelz 381 Most Valuable Professional

#3
Kalathiya Profile Picture

Kalathiya 315 Super User 2026 Season 1

Last 30 days Overall leaderboard