---
title: TODAY
url: https://www.tines.com/docs/formulas/functions/today/
kind: formula-function
---

*[tines.com](https://www.tines.com/llms.txt) › [Docs](https://www.tines.com/docs/llms.txt) › [Formulas](https://www.tines.com/llm/docs/formulas.md) › [Functions](https://www.tines.com/llm/docs/formulas/functions.md)*

# TODAY

*[View on tines.com](https://www.tines.com/docs/formulas/functions/today/)*

Returns the current date

**Categories:** Dates/Times

## Syntax

```
TODAY()
```

## Examples

### Example 1

Formula:

```
TODAY()
```

Output:

```json
"2023-04-04"
```

## Sample actions

```json
{
  "standardLibVersion": "19",
  "actionRuntimeVersion": "4",
  "agents": [
    {
      "disabled": false,
      "name": "TODAY",
      "description": "",
      "options": {
        "mode": "message_only",
        "loop": false,
        "payload": {
          "today": "=TODAY()"
        }
      },
      "position": {
        "x": 1290,
        "y": 1110
      },
      "type": "eventTransformation",
      "timeSavedUnit": "minutes",
      "timeSavedValue": 0,
      "monitorAllEvents": false,
      "monitorFailures": false,
      "monitorNoEventsEmitted": null,
      "form": null,
      "cardIconName": null,
      "createdFromTemplateGuid": null,
      "createdFromTemplateVersion": null
    }
  ],
  "links": [],
  "diagramNotes": []
}
```
