> For the complete documentation index, see [llms.txt](https://documentation.soulver.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.soulver.app/zh/yu-fa-can-kao/dates/workdays-and-weekdays.md).

# 工作日与平日

### 工作日计算

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

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

```
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>
