# Päivämäärän ja kellonajan muoto

Voit hallita, miten aika ja päivämäärä näkyvät myymälän kalenterissa (ja Sesamin oletussähköposteissa).

{% stepper %}
{% step %}

### Mistä sitä vaihdetaan

Siirry kohtaan: **Sesami → Asetukset → Myymälän asetukset → Aikaformaatti ja päivämääräformaatti**

Napsauta **Tallenna** kun olet valmis.
{% endstep %}
{% endstepper %}

## Aikaformaatti

Valitse yksi:

* **12-tuntinen** (ap/pm)
* **24-tuntinen** (esim. 08:00, 14:00, 23:00)

## Päivämääräformaatti (tokenit)

Voit määrittää päivämäärämuodon näillä tokeneilla:

* `dd` = päivä (esim. 02, 19, 30)
* `MM` = kuukauden numero (esim. 01, 12, 07)
* `NN` = kuukauden nimi (esim. February, June, October)
* `yyyy` = vuosi (esim. 2024)
* `hh` = tunti (esim. 06:00)
* `mm` = minuutti (esim. 00:10)

{% hint style="info" %}

* **Aikaformaatti** näkyy myymälän kalenterissa ja Sesamin oletusilmoitussähköposteissa.
* **Päivämääräformaatti** näkyy Sesamin oletusilmoitussähköposteissa.
* Jos käytät **Sesami Flows**, muotoilu hoidetaan eri tavalla (katso kehittäjädokumentaatio muotoilusääntöjä varten).
  {% 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/fi/varaus/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.
