date-check
v2.0.1
Published
Returns day for any date
Readme
Calendar
Returns Day corresponding to the Date entered.
Installation
Install Package using
npm install date-checkUsage
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