3.5.0-next.1602407621.35af51367df7c827c7714c4f5fc6735fc46a6e7a • Published 6 years ago

start-of-week v3.5.0-next.1602407621.35af51367df7c827c7714c4f5fc6735fc46a6e7a

Weekly downloads
6
License
MIT
Repository
github
Last release
6 years ago

Take a locale and return its start of the week (0 = Sunday, 1 = Monday)

Usage

Complete API Documentation.

import getSW from 'start-of-week'
console.log(getSW()) // 0 (Sunday) if user is in North American, otherwise 1 (Monday)
console.log(getSW('')) // 1
console.log(getSW('en_AU')) // 1
console.log(getSW('en_US')) // 0
console.log(getSW('en_CA')) // 0

If you want something comprehensive, use gamtiq/weekstart instead.

npm

Deno

import pkg from 'https://unpkg.com/start-of-week@^3.5.0/edition-deno/deno.ts'

Skypack

<script type="module">
    import pkg from '//cdn.skypack.dev/start-of-week@^3.5.0'
</script>

unpkg

<script type="module">
    import pkg from '//unpkg.com/start-of-week@^3.5.0'
</script>

jspm

<script type="module">
    import pkg from '//dev.jspm.io/start-of-week@3.5.0'
</script>

Discover the release history by heading on over to the HISTORY.md file.

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

These amazing people are maintaining this project:

No sponsors yet! Will you be the first?

These amazing people have contributed code to this project:

Discover how you can contribute by heading on over to the CONTRIBUTING.md file.

Unless stated otherwise all works are:

and licensed under:

4.7.0

2 years ago

4.6.0

3 years ago

4.4.0

3 years ago

4.0.0

3 years ago

4.3.0

3 years ago

3.9.0

3 years ago

4.2.0

3 years ago

4.5.0

3 years ago

4.1.0

3 years ago

3.8.2

3 years ago

3.8.0

5 years ago

3.7.0

5 years ago

3.6.0

6 years ago

3.5.0

6 years ago

3.4.0

6 years ago

3.3.0

6 years ago

3.2.0

6 years ago

3.1.0

6 years ago

3.0.0

6 years ago

2.8.0

6 years ago

2.7.0

6 years ago

2.6.0

6 years ago

2.5.0

6 years ago

2.3.0

6 years ago

2.4.0

6 years ago

2.2.0

6 years ago

2.1.0

6 years ago

2.0.0

6 years ago

1.9.0

6 years ago

1.8.0

6 years ago

1.7.0

7 years ago

1.6.0

7 years ago

1.5.0

7 years ago

1.4.0

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago