# 日付と時刻の形式

ストアフロントのカレンダー（および Sesami のデフォルトメール）に、時刻と日付をどのように表示するかを管理できます。

{% stepper %}
{% step %}

### 変更する場所

次へ進んでください： **Sesami → 設定 → ストアフロント設定 → 時刻形式 & 日付形式**

をクリック **保存** 完了したら。
{% endstep %}
{% endstepper %}

## 時刻形式

次のいずれかを選択してください:

* **12時間** （午前/午後）
* **24時間** （例: 08:00、14:00、23:00）

## 日付形式（トークン）

次のトークンを使って日付形式を設定できます:

* `dd` = 日（例: 02、19、30）
* `MM` = 月番号（例: 01、12、07）
* `NN` = 月名（例: February、June、October）
* `yyyy` = 年（例: 2024）
* `hh` = 時間（例: 06:00）
* `mm` = 分（例: 00:10）

{% hint style="info" %}

* **時刻形式** ストアフロントのカレンダーと Sesami のデフォルト通知メールに表示されます。
* **日付形式** Sesami のデフォルト通知メールに表示されます。
* を使用する場合は **Sesami Flows**、書式設定は別の方法で処理されます（書式ルールについては開発者向けドキュメントを参照してください）。
  {% 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/ja/yu-yue/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.
