The <code>date</code> filter formats a date.

```bash
{# the_date = "2027-11-28" #}

{{ the_date|date("m/d/Y") }}

{# outputs 11/28/2027 #}
```
