is-last-day-of-month

1.0.3 • Public • Published

is-last-day-of-month

A npm package that checks whether today is the last day of the month or not

🎮 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.

Readme

Keywords

Package Sidebar

Install

npm i is-last-day-of-month

Weekly Downloads

1

Version

1.0.3

License

none

Unpacked Size

803 B

Total Files

3

Last publish

Collaborators

  • yusuf-yeniceri