Skip to content

bevry/start-of-week

Repository files navigation

start-of-week

Status of the GitHub Workflow: bevry NPM version NPM downloads
GitHub Sponsors donate button ThanksDev donate button Patreon donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button
Discord server badge Twitch community badge

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.

Install

  • Install: npm install --save start-of-week
  • Import: import pkg from ('start-of-week')
  • Require: const pkg = require('start-of-week').default
import pkg from 'https://unpkg.com/start-of-week@^4.7.0/edition-deno/deno.ts'
<script type="module">
    import pkg from '//cdn.skypack.dev/start-of-week@^4.7.0'
</script>
<script type="module">
    import pkg from '//unpkg.com/start-of-week@^4.7.0'
</script>
<script type="module">
    import pkg from '//dev.jspm.io/start-of-week@4.7.0'
</script>

This package is published with the following editions:

  • start-of-week aliases start-of-week/index.cjs which uses the Editions Autoloader to automatically select the correct edition for the consumer's environment
  • start-of-week/source/index.ts is TypeScript source code with Import for modules
  • start-of-week/edition-browsers/browser.js is TypeScript compiled against ES2022 for web browsers with Import for modules
  • start-of-week/edition-es2022/node.js is TypeScript compiled against ES2022 for Node.js 6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modules
  • start-of-week/edition-es5/node.js is TypeScript compiled against ES5 for Node.js 4 || 6 || 8 || 10 || 12 || 14 || 16 || 18 || 20 || 21 with Require for modules
  • start-of-week/edition-es2022-esm/node.js is TypeScript compiled against ES2022 for Node.js 12 || 14 || 16 || 18 || 20 || 21 with Import for modules
  • start-of-week/edition-types/index.d.ts is TypeScript compiled Types with Import for modules
  • start-of-week/edition-deno/deno.ts is TypeScript source code made to be compatible with Deno

History

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

Backers

Code

Discover how to contribute via the CONTRIBUTING.md file.

Authors

Maintainers

Contributors

Finances

GitHub Sponsors donate button ThanksDev donate button Patreon donate button Liberapay donate button Buy Me A Coffee donate button Open Collective donate button crypto donate button PayPal donate button

Sponsors

  • Andrew Nesbitt — Software engineer and researcher
  • Balsa — We're Balsa, and we're building tools for builders.
  • Codecov — Empower developers with tools to improve code quality and testing.
  • Poonacha Medappa
  • Rob Morris
  • Sentry — Real-time crash reporting for your web apps, mobile apps, and games.
  • Syntax — Syntax Podcast

Donors

License

Unless stated otherwise all works are:

and licensed under:


About

Returns the start of the week based on the locale.

Topics

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy