# CREATEDATE

#### Syntax <a href="#syntax.14" id="syntax.14"></a>

**CREATEDATE**(*year;* *month;* *day*)

* *year* - das Jahr des zurückgegebenen Datums - ***Wertetyp**: Zahl*
* *month* - den Monat des zurückgegebenen Datums- ***Wertetyp**: Zahl*
* *day* - der Tag des Rückgabetermins- ***Wertetyp**: Zahl*

#### Bemerkungen <a href="#remarks.11" id="remarks.11"></a>

* nedyx verwendet das Datumssystem 1900, d.h. das erste mögliche Datum ist der 1.1.1900.
* Die drei Parameter erlauben die folgenden Werte
  * *year*
    * wenn das Jahr < 1900 oder > 9999 ist, wird !VALUE zurückgegeben
  * *month*
    * wenn Monat < 1 oder > 12 ist, wird !VALUE zurückgegeben
  * *day*
    * Tag wird immer als Anzahl von Tagen (-1) zum ersten Tag des definierten Monats addiert, auch wenn der resultierende Tag dann in einem anderen Monat liegt.

#### Beispiele

<figure><img src="/files/s9VlJhI44V1z18IO7DVy" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/3HiFTwTN5nzNo17C5hPS" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/3HdlM1icGl83bCzGpgoe" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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/version-1.52-de-preview/clearlines-funktionen/datums-funktionen/createdate.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.
