Wrong formatDate

In that case, then you can formatDate after parseDate:

{{ formatDate(parseDate(1.TerminationDate; DD/MM/YYYY); YYYY-MM-DD) }}

By parsing the string into a Date type first, you can convert a string representation of a date into another date format.

3 Likes