# 日期和时间格式

您可以控制店面日历上时间和日期的显示方式（以及 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/zh-cn/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.
