0.9.4 • Published 11 months ago
nepali-dayjs-date-converter v0.9.4
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