1.0.2 • Published 3 years ago

convert-date-time v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

convert-date-time

Provided functionalities

  • Convert Month Number To Month Name (monthNumberToName).

monthNumberToName

Function will return month name corresponding to month name. Method accepts the month (from 0 to 11) for the specified date.

monthNumberToName(2)

Installation

npm install convert-date-time

Usage

import {monthNumberToName} from 'convert-date-time';
console.log(monthNumberToName(2))

Response

March