# 숫자/날짜

- [숫자](https://docs.ohmyapp.io/main/guide/develop_app/4/block/number_date/numeric.md): 숫자를 표기할 수 있어요.
- [금액](https://docs.ohmyapp.io/main/guide/develop_app/4/block/number_date/cost.md): 금액을 표기할 수 있어요.
- [숫자 편집기](https://docs.ohmyapp.io/main/guide/develop_app/4/block/number_date/numeric-editor.md): 숫자를 표기할 수 있어요.
- [별점 평가](https://docs.ohmyapp.io/main/guide/develop_app/4/block/number_date/star-rating.md): 별점 이미지를 표기해 줘요.
- [범위 슬라이더](https://docs.ohmyapp.io/main/guide/develop_app/4/block/number_date/range-slider.md): 슬라이더를 스크롤하여 범위를 설정할 수 있어요.
- [날짜/시간](https://docs.ohmyapp.io/main/guide/develop_app/4/block/number_date/date-time.md): 설정한 포맷으로 날짜와 시간을 표기할 수 있어요.
- [날짜](https://docs.ohmyapp.io/main/guide/develop_app/4/block/number_date/date.md): 설정한 포맷으로 날짜를 표기할 수 있어요.
- [시간](https://docs.ohmyapp.io/main/guide/develop_app/4/block/number_date/time.md): 설정한 포맷으로 시간을 표기할 수 있어요.


---

# 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://docs.ohmyapp.io/main/guide/develop_app/4/block/number_date.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.
