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

# Month

Extracts month from a date \ datetime

```mathematica
Month("2023-11-04 05:19:58.000") → 11
Month("2018-01-29") → 1

```

#### Inputs

`Month(dateTime)`

* `dateTime` - Date, time, or datetime value
