Hello and welcome to the forum,
I would suggest using a computed column, using the following formula:
CONVERT(VARCHAR(10),<your date column>,111)
You would replace <your date column> with the name of your actual date/time column.
Let me know if that works out for you?
Peter