0.0.2 • Published 5 years ago

monthstring v0.0.2

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Transformer from numeric months to string.

Choose the name and number of the current month. Or get the name of the month for a given number.

Example

import { monthString } from "monthstring";

console.log(monthString("pt", 1));
console.log(monthString("en", 1));

/*
Returns:
Janeiro
January
*/
0.0.2

5 years ago

0.0.1

5 years ago