> For the complete documentation index, see [llms.txt](https://docs.augelab.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.augelab.com/german/function-blocks/input-output/data-inputs/date-time-list.md).

# Date-Time List

Dieser Funktionsblock ruft das aktuelle Datum und die Uhrzeit ab und gibt sie als einzelne Zeichenfolgenwerte zur einfachen Verwendung und Manipulation aus.

## 📥 Eingänge <a href="#inputs" id="inputs"></a>

Dieser Funktionsblock hat keine Eingänge.

## 📤 Ausgänge <a href="#outputs" id="outputs"></a>

`Year` Das aktuelle Jahr als Zeichenfolge.

`Month` Der aktuelle Monat als Zeichenfolge.

`Day` Der aktuelle Tag als Zeichenfolge.

`Hour` Die aktuelle Stunde als Zeichenfolge.

`Minute` Die aktuelle Minute als Zeichenfolge.

`Second` Die aktuelle Sekunde als Zeichenfolge.

## 🕹️ Steuerungen <a href="#controls" id="controls"></a>

`Current Date` Zeigt das aktuelle Datum und die Uhrzeit in einem lesbaren Format an.

## 🎨 Funktionen <a href="#features" id="features"></a>

`Real-Time Updates` Die Ausgabewerte spiegeln das aktuelle Datum und die Uhrzeit wider, wann immer der Block ausgeführt wird.

`Simple Access` Bietet einzelne Ausgaben für jede Komponente des Datums und der Uhrzeit, was eine flexible Integration mit anderen Funktionsblöcken ermöglicht.

## 📝 Nutzungshinweise <a href="#usage" id="usage"></a>

1. **Integration**: Verbinden Sie die Ausgabe dieses Blocks mit einem anderen Funktionsblock, der Informationen zu Datum und Uhrzeit benötigt.
2. **Evaluation**: Führen Sie den Block aus, um das aktuelle Datum und die Uhrzeit abzurufen. Jede Komponente kann je nach Bedarf in nachfolgenden Operationen verwendet werden.

## 📊 Bewertung <a href="#evaluation" id="evaluation"></a>

Wenn er ausgeführt wird, bietet dieser Funktionsblock Echtzeitausgaben der aktuellen Datum und Uhrzeit, formatiert in Jahr, Monat, Tag, Stunde, Minute und Sekunde.

## 🛠️ Fehlersuche <a href="#troubleshooting" id="troubleshooting"></a>

<details>

<summary>Formatprobleme</summary>

Wenn die Ausgaben nicht wie erwartet erscheinen, stellen Sie sicher, dass alle nachfolgenden Funktionsblöcke so konfiguriert sind, dass sie Zeichenfolgendatentypen akzeptieren.

</details>

<details>

<summary>Verbindungsfehler</summary>

Wenn Verbindungen falsch konfiguriert erscheinen, stellen Sie sicher, dass es keine überflüssigen Verbindungen gibt oder dass die empfangenden Blöcke mit Zeichenfolgen-Eingaben kompatibel sind.

</details>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.augelab.com/german/function-blocks/input-output/data-inputs/date-time-list.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
