Feb. 13, 2020
Ever had the urge to show nepali date in date picker or any other format? And wanted to access the data in some sane, easy way? Don't want to hard code the data, for whatever reason? Then nepali-dates is what you're looking for!
nepali-dates is a tiny npm package that provides number of days per month from 1970B.S. to 2100B.S.
$ npm i nepali-dates
const nepaliDates = require('nepali-dates');
// Load core nepali-dates.
Any kinds of contributions are entertained.