Skip to content

benjick/helg

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Helg [hel:j] Build Status

Determine if the current date is on weekend (helg) or not. Made for you @benjick.

Installation

$ npm install --save helg

or globally:

$ npm install -g helg

Usage:

var helg = require('helg');
helg.ere();
$ helg

API

ere(Date)

Date (optional)

Date object to match against. Must be a new instance of Date, e.g: new Date(). If no date is passed, the module will use the current time.


About

Determine if current date is on the weekend or not.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%