README
get-full-month
Get full month from a Date object
Install
npm install
Usage
const register_full_month = require('get-full-month');
register_full_month();
let current_date = new Date();
currentt_date.getFullMonth(); // => September
currentt_date.getFullMonth(true); // => Sep.