Remove time from {{this['EventDateStart']}}

How do I make this property (part of Events module) output without the time?
Currently {{this[‘EventDateStart’]}} outputs as: 2021-08-09 14:27:00Z
I’d like it to output as: 2021-08-09
Thanks
s

Hi @Sue
Here are all the date filters you can apply to your Liquid tag:
https://docs.treepl.co/liquid/liquid-filters#secDateFilters

Thanks Adam!! This will work perfectly.

1 Like