I have PowerApps form, where I set deadlines and etc. My Datasource is excel spreadsheet. When I submit form, it records to excel with date and time in this format: 2021-08-31T04:00:00.000Z. However, I don't need time stamp. How can I remove time and keep only date in excel? Initially datepicker in the form was with time, but I removed it from the form (hours and minutes).

In my datacard where datepicker located there is a function: UPDATE. What I have under this function: DateValue1.SelectedDate