Hi,
You could create a formula column and set the formula to $dateFormat(colWithDateIn,d-m-Y)
where the colWithDateIn is the name of the column that contains the full date.
d-m-Y
can be any PHP date format (https://xibo.org.uk/docs/setup/date-format-php)
I hope that helps
Thanks,
Dan