# 工作日与平日

### 工作日计算

工作日（或周几/工作日）为周一至周五。

周六和周日不计为工作日/周几，您所在地区的公共假日也不计算在内。

```
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/AmcwIO4TX56HqUtgWavv" alt="Soulver 用户在澳大利亚的公共假日" width="563"></div>

{% hint style="success" %}
Soulver 会自动从互联网获取您所在国家/地区的当前和后续日历年的公共假日列表。

您可以在 Mac 版的 `计算器 > 地区设置 > 公共假日` 中查看 Soulver 已知的公共假日列表。
{% endhint %}

### 获取特定日期的星期几

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

您也可以右键单击日期答案，查看它是星期几（或将是星期几）：

<div align="left"><figure><img src="/files/yDQ40KUsDEtxBbU4eQNZ" 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/zh/yu-fa-can-kao/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.
