Socket
Book a DemoInstallSign in
Socket

compare-week

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

compare-week

Check if two dates is within the same week

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

compare-week Build Status

Check if two dates is within the same week

Install

$ npm install --save compare-week

Usage

const compareWeek = require('compare-week');

compareWeek(new Date(), new Date());
//=> true

compareWeek(new Date(), new Date(new Date() - (1000 * 60 * 60 * 24 * 7)));
//=> false

API

compareWeek(a, b)

a, b

Type: number Date

Accepts a Unix timestamp or a Date object.

License

MIT © Kevin Martensson

Keywords

compare

FAQs

Package last updated on 23 Aug 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts