# TODAY

The TODAY function returns the current date in DD/MM/YYYY format based on the system settings.

## Syntax

```javascript
today()
```

## Return value

Date

## Example

```javascript
TODAY()
```

Returns 26/2/2026 - current date 26th February 2026.

<figure><img src="/files/HzWukbSvP7EdFhZQ6Uml" alt=""><figcaption><p>Today function</p></figcaption></figure>

{% hint style="info" %}
This is available in the Reporting Matrix.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.inforiver.com/formula-syntax/date-functions/today.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
