Hi !
A simple question, but I cant seem to figure it out.
I added a date column in my table( where i selected only date not date & time)
I have added the codes in canvas app, and on my last page I am summarizing all data that has been filled in so fare in the app.
I am using edit text fields and not a form here. For all the data that is viewed here I have used variable to show the data that has been selected / written in previous pages in the app. But for the date column it is also showing time and I want to hide this or somehow convert it to only showing the date.
In edit text under Text I have written: Varname.'Date name name'
What is missing here to be able to only see the selected date?

In the page where the data is collected I have used datepicker and the name as well as selecteddate in the code. I get the date up in my summarization, but with both date and time.
Thank you so much for the help!