> 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/date.md).

# Date

Builds a date, either from text or from a year, month and day.

| Expression           | Result    |
| -------------------- | --------- |
| `Date("15-10-2018")` | That date |
| `Date(2018, 10, 15)` | That date |

Use it where you need a fixed date as an argument to another function, rather than converting the databox's own value — which is what [AsDate](/reference/expression-reference/date-expressions/asdate.md) does.

Text is read in UK format, so `05-03-2026` is the fifth of March.
