# Datum- och tidsformat

Du kan styra hur tid och datum visas i butiksfrontskalendern (och i Sesamis standardmejl).

{% stepper %}
{% step %}

### Var du ändrar det

Gå till: **Sesami → Inställningar → Butiksfrontsinställningar → Tidsformat & datumformat**

Klicka på **Spara** när du är klar.
{% endstep %}
{% endstepper %}

## Tidsformat

Välj ett:

* **12-timmars** (fm/em)
* **24-timmars** (t.ex. 08:00, 14:00, 23:00)

## Datumformat (tokens)

Du kan konfigurera datumformatet med hjälp av dessa tokens:

* `dd` = dag (t.ex. 02, 19, 30)
* `MM` = månadens nummer (t.ex. 01, 12, 07)
* `NN` = månadsnamn (t.ex. februari, juni, oktober)
* `yyyy` = år (t.ex. 2024)
* `hh` = timme (t.ex. 06:00)
* `mm` = minut (t.ex. 00:10)

{% hint style="info" %}

* **Tidsformat** visas i butiksfrontskalendern och i Sesamis standardmejl för notiser.
* **Datumformat** visas i Sesamis standardmejl för notiser.
* Om du använder **Sesami Flows**, hanteras din formatering annorlunda (se utvecklardokumentationen för 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/se/bokning/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.
