> 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/nedyx/clearlines-functions/date-functions.md).

# Date functions

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.nedyx.com/nedyx/clearlines-functions/date-functions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
