> For the complete documentation index, see [llms.txt](https://docs.ohmyapp.io/main/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ohmyapp.io/main/guide/develop_app/4/block/number_date/date.md).

# 날짜

**날짜 블록은 언제 사용하나요?**

* 날짜를 표기할 때 사용해요.&#x20;

**날짜 블록의 특징은 무엇인가요?**

* [날짜 포맷](/main/guide/faq/app-settings/20.md)을 설정해 주어야 해요.&#x20;
* 잘못된 포맷을 입력하면 오류가 발생할 수 있어요.&#x20;
* 관리자 웹 ➡︎ 원하는 메뉴 ➡︎ 설정 ➡︎ 항목 추가를 통해 '항목 ID'를 만들고, 앱 설정 ➡︎ 날짜 블록의 항목 ID를 동일하게 입력해 줘야 해요.&#x20;

<figure><img src="/files/DDjZy70dYJdJUTdLqtBD" alt=""><figcaption></figcaption></figure>

2024.02.21 Jinny

## Date

Display dates in the format of your choice.

**When do I use the date block?**

* This block is used to display dates.

**What are the characteristics of date blocks?**

* The date format needs to be set.
* When the wrong format is entered, an error might occur.&#x20;
* Go to Web Admin and open your meta menu of choice, settings > add item. Here, you create an 'item ID' and link this ID to 'date block properties'.

2023.07.26 Hwaran

> \#날짜, #날짜 입력하기, #날짜 표기하기, #날짜 포맷 설정하기


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ohmyapp.io/main/guide/develop_app/4/block/number_date/date.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
