zajrik / is-tuesday

Determines if today is Tuesday or not.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is-tuesday

Downloads Version Travis

is-tuesday is a simple module that determines if it's Tuesday or not. You can also set the timezone offset, which defaults to 0 (UTC).

Usage

const isTuesday = require('is-tuesday');
isTuesday(0); // Returns true or false

About

Determines if today is Tuesday or not.

License:Other


Languages

Language:JavaScript 100.0%