# 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>" %}
