> For the complete documentation index, see [llms.txt](https://v5docs.keyfax.biz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://v5docs.keyfax.biz/reference/expression-reference/date-expressions/now.md).

# Now

Returns the current date and time.

| Expression                          | Example result       |
| ----------------------------------- | -------------------- |
| `&Format(Now,"dd MM yyyy - HH:mm")` | `01 04 2023 - 09:00` |

`Now` ignores the databox value, so it can only appear as an argument to another function or after an operator.

For the date without the time, use [Today](/reference/expression-reference/date-expressions/today.md).
