convert-date-time

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i convert-date-time

Weekly Downloads

1

Version

1.0.2

License

ISC

Unpacked Size

1.32 kB

Total Files

3

Last publish

Collaborators

  • pullatjunaid