> For the complete documentation index, see [llms.txt](https://docs.tabula.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tabula.io/data-transformation/formulas/date-and-time-functions/datefromparts.md).

# DateFromParts

Creates a date from the year, month, and day values

```mathematica
DateFromParts(2012,11,8) → 2012-11-08
DateFromParts(year,month,day) → 1985-01-01
```

#### Inputs

`DateFromParts(year, month, day)`

* `year` - Year value as a number
* `month` - Month value as a number
* `day` - Day value as a number
