> For the complete documentation index, see [llms.txt](https://docs.nedyx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/date-functions.md).

# Date functions

- [CREATEDATE](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/date-functions/createdate.md): Returns a date, defined by year, month and day.
- [DATE](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/date-functions/date.md): Converts a value into value type “date”.
- [DATETOTEXT](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/date-functions/datetotext.md): Converts a datetime value into a text with a user-defined format.
- [DAY](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/date-functions/day.md): Returns the day of a date.
- [GETTIMEZONEOFFSET](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/date-functions/gettimezoneoffset.md): Returns the difference in hours between the local and the UTC time.
- [HOUR](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/date-functions/hour.md): Returns the hour of a datetime value.
- [MILLISECOND](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/date-functions/millisecond.md): Returns the millisecond of a datetime value.
- [MINUTE](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/date-functions/minute.md): Returns the minute of a datetime value.
- [MONTH](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/date-functions/month.md): Returns the month of a date.
- [NOW](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/date-functions/now.md): Returns the current date and time.
- [SECOND](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/date-functions/second.md): Returns the second of a datetime value.
- [TODAY](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/date-functions/today.md): Returns the date of the current day.
- [WEEKDAY](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/date-functions/weekday.md): Returns the weekday of a date as a number.
- [YEAR](https://docs.nedyx.com/version-1.66/nedyx/clearlines-functions/date-functions/year.md): Returns the year of a date.
