# Date functions

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