---
title: TODAY
description: Discover how the TODAY function generates the current date in yyyy-mm-dd format for calculated columns. Learn its syntax and how it integrate
---
import { Aside } from '@astrojs/starlight/components';

# TODAY

The TODAY function in Infoveave generates the present date.

## Applicable to

Calculated Columns

## Return Value

The function returns present date value in the format yyyy-mm-dd.

## Remark

The TODAY function does not perform any validation on the input values.

## Syntax

```
TODAY()
```

<Aside>
To generate a present date column with time, use the <a href="/insights-v8/configure-expression/now/">NOW</a> function.
</Aside>
