get-full-month

Get full month from a Date object

Usage no npm install needed!

<script type="module">
  import getFullMonth from 'https://cdn.skypack.dev/get-full-month';
</script>

README

get-full-month

npm bundle size npm

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.