date-check
v2.0.1
Published
Returns day for any date
Downloads
3
Readme
Calendar
Returns Day corresponding to the Date entered.
Installation
Install Package using
npm install date-check
Usage
const { returnDay } = require('date-check')
Running Tests
To run tests, run the following command
const { returnDay } = require('date-check')
console.log(returnDay(4,7,2003)) // Output - FRIDAY