1.0.6 ā€¢ Published 3 years ago

month-list v1.0.6

Weekly downloads
7
License
MIT
Repository
github
Last release
3 years ago

npm version

month-list

Module exports two functions getMonthList and getWeekDays

Function returns month list in your locale;

How to install

npm install month-list --save

or

yarn add month-list

Examples

šŸ‡¬šŸ‡§ getMonthList('en') will return:

January
February
March
April
May
June
July
August
September
October
November
December

šŸ‡¬šŸ‡§ getMonthList('en', 'short') will return:

Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec

šŸ‡¬šŸ‡§ getWeekDays('en') will return:

Monday
Tuesday
Wednesday
Thursday
Friday
Saturday
Sunday

šŸ‡¬šŸ‡§ getWeekDays('en', 'long', true) will return:

Sunday
Monday
Tuesday
Wednesday
Thursday
Friday
Saturday

šŸ‡¬šŸ‡§ getWeekDays('en', 'short') will return:

Mon
Tue
Wed
Thu
Fri
Sat
Sun

šŸ‡¬šŸ‡§ getWeekDays('en', 'narrow') will return:

M
T
W
T
F
S
S
1.0.6

3 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago