Dataset DateTime - can i show only time/date

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 :slight_smile:

Thanks,
Dan

1 Like