nepali-dayjs-date-converter
v0.9.4
Published
[Npm Lib](https://www.npmjs.com/package/nepali-date-carburettor)
Downloads
27
Readme
Overview
Converts english date string to nepali date string, always returns in the format of YYYY-MM-DD
,
Caveat
support from 2000 BS
to 2100 BS
only.
Usage
Install
npm i nepali-dayjs-date-converter
yarn add nepali-dayjs-date-converter
pnpm add nepali-dayjs-date-converter
Ad to Bs
import {ad2bs} from "nepali-dayjs-date-converter"
const convertedNepaliDate = ad2bs('2024-06-14'); // 2081-02-32
Bs to Ad
import {bs2ad} from "nepali-dayjs-date-converter"
const convertedNepaliDate = bs2ad('2081-02-32'); // 2024-06-14