is-last-day-of-month
v1.0.3
Published
A npm package that checks whether today is the last day of the month or not
Downloads
13
Readme
is-last-day-of-month
A npm package that checks whether today is the last day of the month or not
:video_game: How can i use it?
- Installation
npm install is-last-day-of-month
- Example:
const checkLastDayOfMonth = require('is-last-day-of-month');
console.log(checkLastDayOfMonth()) -> either true or false based on your date.