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

# MAKEDATE

MAKEDATE(`year`, `month` ,`day`)

Returns the date corresponding to the specified `year`, `month`, and `day`.

### Arguments

| Argument | Description                                        |
| -------- | -------------------------------------------------- |
| `year`   | Integer corresponding to year of desired date      |
| `month`  | Integer corresponding to month of the desired date |
| `day`    | Integer corresponding to day of desired date       |

### Output

Date/time value(s)

### Example

{% embed url="<https://datawrapper.dwcdn.net/0QLON/1>" %}
