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

# Supported Date Parts

| Date Part | Abbreviation          | DateValueOption |
| --------- | --------------------- | --------------- |
| year      | yyyy, yy              | YEAR            |
| quater    | -                     | QUATER          |
| month     | MM, month, shortMonth | MONTH           |
| week      | -                     | WEEK            |
| day       | dd                    | DAY             |
| hour      | hh, HH                | HOUR            |
| minute    | mm                    | MINUTE          |
| second    | ss                    | SECOND          |
