# 근무일 및 주중

### 근무일 계산

근무일(또는 평일/영업일)은 월요일부터 금요일까지입니다.&#x20;

토요일과 일요일은 근무일/평일로 계산되지 않으며, 해당 지역의 공휴일도 마찬가지입니다.

```
workdays in 3 weeks               | 15 workdays
10 March to 17 March in workdays  | 5 workdays
workdays from April 12 to June 15 | 45 workdays
$500/workday × 4 weeks            | $10,000.00
```

### 근무일 계산 시 공휴일이 고려됩니다

12월 25일(크리스마스)은 많은 국가의 공휴일이며, 근무일 계산 시 이를 고려합니다:

```
December 24 + 2 workdays | December 30
```

<div align="center"><img src="/files/nNdX6gI7EWJN6mxnlESM" alt="호주 Soulver 사용자를 위한 공휴일" width="563"></div>

{% hint style="success" %}
Soulver는 현재 및 이후 연도의 국가별 공휴일 목록을 인터넷에서 자동으로 업데이트합니다.

Mac 버전에서는 `Calculator > Region Settings > Public Holidays`에서 Soulver가 알고 있는 공휴일 목록을 확인할 수 있습니다.
{% endhint %}

### 특정 날짜의 요일 확인하기

```
day of the week on January 24, 1984 | Tuesday
weekday on March 9, 2024            | Saturday
```

또한 날짜 답변을 제어 클릭하여 해당 날짜가 무슨 요일이었는지(또는 될지) 확인할 수 있습니다:

<div align="left"><figure><img src="/files/JLi2a9DAV43xAFK1JEU1" alt="" width="375"><figcaption><p>날짜 답변의 컨텍스트 메뉴에 요일이 표시됩니다</p></figcaption></figure></div>


---

# 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://documentation.soulver.app/ko/undefined/dates/workdays-and-weekdays.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.
