Skip to content

akhilharihar/get-full-month

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

get-full-month

npm bundle size npm

Get full month from a Date object

Install

npm install get-full-month

Usage

const register_full_month = require('get-full-month');
register_full_month();


let current_date = new Date();
current_date.getFullMonth(); // => September
current_date.getFullMonth(true); // => Sep.

About

Get full month from a Date object

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published