# Date functions

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