mondyfy / nepali-dates

nepali-dates is a tiny npm package that provides number of days per month from 1970B.S. to 2100B.S.

Home Page:https://www.npmjs.com/package/nepali-dates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nepali-dates

Feb. 13, 2020

Have you ever wanted to display Nepali dates in a date picker or any custom format? Do you need a convenient and straightforward way to access this data without the need for hardcoding? If so, then nepali-dates is the solution you've been searching for!

Description

nepali-dates is a tiny npm package that provides number of days per month from year 1970B.S. to 2100B.S.

Install

npm i nepali-dates

or

yarn add nepali-dates

Usage

const nepaliDates = require('nepali-dates');
or
import nepaliDates from "nepali-dates";
// Load core nepali-dates.

Contribution ✨

Any kinds of contributions are entertained.

About

nepali-dates is a tiny npm package that provides number of days per month from 1970B.S. to 2100B.S.

https://www.npmjs.com/package/nepali-dates


Languages

Language:JavaScript 100.0%