> 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/syntax-reference/dates/workdays-and-weekdays.md).

# Workdays & Weekdays

### Calculations with workdays

A workday (or weekday/business day) is Monday through Friday.

Saturday and Sunday are not counted as workdays/weekdays, and neither are public holidays (in your region).

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

### Work hours

Calculate working time using phrases such as `work hours in June` or `work hours between March 12 and March 25`.

Soulver assumes **8 hours per workday** by default. You can change this in **Dates & Times** settings.

You can also convert a duration into workdays:

`55h in work days` → **6.875 workdays**

This example assumes an eight-hour workday.

### Public holidays are taken into account in workday calculations

December 25 (Christmas day) is a public holiday in many countries, and this is taken into account when doing workday calculations:

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

<div align="center"><img src="https://1915029247-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-Lf0gWBnuB8M1SitWhyk%2F-MjEQTUmaUjzgiL0w42s%2F-MjERTu_iC2Dy1vMsxG4%2FPublic%20Holidays.png?alt=media&amp;token=8f7743e5-3ffb-4945-a355-e9da50d975e3" alt="Public holidays for a Soulver user in Australia" width="563"></div>

{% hint style="success" %}
Soulver automatically updates its list of public holidays for your country from the internet for the current and subsequent calendar years.

On Mac, you can view these holidays in **Dates & Times** settings. For countries with regional holiday support, you can also select your state or region within your country so that the specific holidays of your area are taken into account.
{% endhint %}

### Getting the day of the week on a particular day

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

You can also control-click on a date answer to see what day of the week it was (or will be):

<div align="left"><figure><img src="https://1915029247-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-Lf0gWBnuB8M1SitWhyk%2Fuploads%2FZMqFpEHvvsgbp8M20aci%2Fimage.png?alt=media&amp;token=1180d62f-b67b-451f-9e88-d3f7eda54a5e" alt="" width="375"><figcaption><p>The contextual menu on a date answer shows the day of the week</p></figcaption></figure></div>
