# Dato- og tidsformat

Du kan styre, hvordan tid og dato vises i butiksfacadens kalender (og i Sesamis standard-e-mails).

{% stepper %}
{% step %}

### Hvor du ændrer det

Gå til: **Sesami → Indstillinger → Butiksfacadeindstillinger → Tidsformat og datoformat**

Klik på **Gem** når du er færdig.
{% endstep %}
{% endstepper %}

## Tidsformat

Vælg én:

* **12-timers** (am/pm)
* **24-timers** (f.eks. 08:00, 14:00, 23:00)

## Datoformat (tokens)

Du kan konfigurere datoformatet ved hjælp af disse tokens:

* `dd` = dag (f.eks. 02, 19, 30)
* `MM` = månedsnummer (f.eks. 01, 12, 07)
* `NN` = månedsnavn (f.eks. februar, juni, oktober)
* `yyyy` = år (f.eks. 2024)
* `hh` = time (f.eks. 06:00)
* `mm` = minut (f.eks. 00:10)

{% hint style="info" %}

* **Tidsformat** vises i butiksfacadens kalender og i Sesamis standard notifikations-e-mails.
* **Datoformat** vises i Sesamis standard notifikations-e-mails.
* Hvis du bruger **Sesami Flows**, håndteres din formatering anderledes (se udviklerdokumentationen for formateringsregler).
  {% 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/da/booking/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.
