> ## Documentation Index
> Fetch the complete documentation index at: https://reportana.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# date

### Introduction

The `date` filter is used to format date and time into a specific format. It allows displaying dates and times in a readable and customized way according to the application's needs.

### Example of Use

Example of how to format the current date in the `day/month/year` format using the `date` filter:

```twig theme={null}
{{ NOW|date('d/m/Y') }}
```

### Output Example of the Code

<img src="https://mintcdn.com/reportana/cEIYEKOrJ1QXoaCs/date-en.png?fit=max&auto=format&n=cEIYEKOrJ1QXoaCs&q=85&s=18352909132ebda315052950737f460e" alt="Result of the `date` Filter" width="186" height="60" data-path="date-en.png" />
