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

### 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&#x26;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.

You can see the list of public holidays Soulver knows about in `Calculator > Region Settings > Public Holidays` in the Mac version.
{% 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&#x26;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>
