# Dato- og tidsformat

Du kan styre hvordan tid og dato vises i kalenderen i nettbutikken (og i Sesamis standarde-poster).

{% stepper %}
{% step %}

### Hvor du endrer det

Gå til: **Sesami → Innstillinger → Innstillinger for nettbutikk → Tidsformat og datoformat**

Klikk **Lagre** når du er ferdig.
{% endstep %}
{% endstepper %}

## Tidsformat

Velg ett:

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

## Datoformat (tokener)

Du kan konfigurere datoformatet ved hjelp av disse tokene:

* `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` = minutt (f.eks. 00:10)

{% hint style="info" %}

* **Tidsformat** vises i kalenderen i nettbutikken og i Sesamis standard e-postvarsler.
* **Datoformat** vises i Sesamis standard e-postvarsler.
* Hvis du bruker **Sesami Flows**, håndteres formateringen din annerledes (se utviklerdokumentasjonen for regler for formatering).
  {% 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/no/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.
