I’m using Umbraco 13.7.2 and I have a Label property that displays a date value in the format “2018-04-10 00:00:00”. I’m rendering it in a template using {{ displayDate }} syntax, but I want to remove the time part and only show the date (2018-04-10).
Is there a way to format the date output from a Label property in Umbraco, either through a Value Converter, a composer, or some other approach?