I use a power app to update a column called End Date in Excel.
However, when I update the date, for example to 09/09/2024 in my Excel file, I get 9/8/2024 10:00:00 PM
How do I get the date right without the time?
Here are the details of my app (important information, there are people in France and India who use this app) :
End Date_DataCard2 :
Default : DateAdd(ThisItem.'End Date';TimeZoneOffset();TimeUnit.Minutes)
Update : DateAdd(DateValue8.SelectedDate;-TimeZoneOffset();TimeUnit.Minutes)
DateValue8 :
DateTimezone = DateTimeZone.Local
DefaultDate = Parent.Default
Format = DateTimeFormat.ShortDate