# Datumsobjekte in Text umwandeln

Das Plugin <img src="/files/l4o6fDzszd7g5L6Jh5lM" alt="" data-size="line"> *Datumsobjekte in Text umwandeln* können Sie dafür verwenden, um ein Datum zu formatieren. Mit Hilfe eines [Musters](/robot/plugins/muster-fur-datumsobjekte.md) legen Sie fest, wie das Ergebnis aussehen soll.

<figure><img src="/files/zqhxFswuASTejBiK3VHm" alt="" width="296"><figcaption></figcaption></figure>

## Parameter "Eingangsvariable"

Die Auswahlbox *Eingangsvariable* legt fest, welche Variable sie umwandeln möchten. Es stehen nur Variablen vom Typ `date` und `datetime` zur Verfügung.

## Parameter "Formatierung"

Das Feld *Formatierung* beinhaltet das Muster, wie das Datum aussehen soll.

## Parameter "Zeitzone"

Die *Zeitzone* muss angegeben werden, um eine Variable vom Type `datetime` korrekt darzustellen. Die Uhrzeit wird dann in die ausgewählte Zeitzone konvertiert.

## Parameter "Variable"

Die Auswahlbox *Variable* stellt Variablen vom Typ `text` bereit, in der das Ergebnis dann abgespeichert werden kann.


---

# 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://help.aiaibot.com/robot/plugins/textverarbeitung/datumsobjekte-in-text-umwandeln.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.
