find-certain-days

1.0.14 • Public • Published

find-certain-days

Build Status NPM total downloads

This plugin returns all the rest certain days for the given specific weekday in a whole year.

Install

Install with npm:

npm install --save find-certain-days

Usage

// Returns all the rest certain days for the given specific weekday in the whole year.
 
var certainDays = require('find-certain-days');
console.log(certainDays('Friday')); // today is 2019-01-16. This week friday is on 2019-01-18
// => ['2019-01-18',
    // '2019-01-25',            
    // '2019-02-01',
    // '2019-02-08',
    // '2019-02-15',
    // '2019-02-22',
    // '2019-03-01',
    //  ....,
    //  '2019-12-27']
 

Test

npm run test

Package Sidebar

Install

npm i find-certain-days

Weekly Downloads

0

Version

1.0.14

License

MIT

Unpacked Size

7.45 kB

Total Files

7

Last publish

Collaborators

  • hdkhoa162