> For the complete documentation index, see [llms.txt](https://docs.cascade.io/cascade/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cascade.io/cascade/functions-and-expressions/functions/date-time/today.md).

# TODAY

TODAY()

Returns a date/time object with the current date.&#x20;

### Arguments

None

### Outputs

Today's date.

### Example

```
TODAY()
>> 7/21/2020
```
