# Datums- und Uhrzeitformat

Sie können steuern, wie Uhrzeit und Datum im Storefront-Kalender angezeigt werden (und in Sesamis Standard-E-Mails).

{% stepper %}
{% step %}

### Wo Sie es ändern können

Gehe zu: **Sesami → Einstellungen → Storefront-Einstellungen → Zeitformat & Datumsformat**

Klicken Sie auf **Speichern** wenn Sie fertig sind.
{% endstep %}
{% endstepper %}

## Zeitformat

Wählen Sie eins:

* **12-Stunden-Format** (vorm./nachm.)
* **24-Stunden-Format** (z. B. 08:00, 14:00, 23:00)

## Datumsformat (Tokens)

Sie können das Datumsformat mit diesen Tokens konfigurieren:

* `dd` = Tag (z. B. 02, 19, 30)
* `MM` = Monatsnummer (z. B. 01, 12, 07)
* `NN` = Monatsname (z. B. Februar, Juni, Oktober)
* `yyyy` = Jahr (z. B. 2024)
* `hh` = Stunde (z. B. 06:00)
* `mm` = Minute (z. B. 00:10)

{% hint style="info" %}

* **Zeitformat** wird im Storefront-Kalender und in Sesamis Standard-Benachrichtigungs-E-Mails angezeigt.
* **Datumsformat** wird in Sesamis Standard-Benachrichtigungs-E-Mails angezeigt.
* Wenn Sie **Sesami Flows**verwenden, wird Ihre Formatierung anders gehandhabt (siehe Entwicklerdokumentation für Formatierungsregeln).
  {% endhint %}


---

# 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.sesami.co/de/buchung/availability/date-and-time-format.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.
