0.9.4 • Published 11 months ago

nepali-dayjs-date-converter v0.9.4

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

Npm Lib

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
0.9.4

11 months ago

0.9.3

1 year ago

0.9.2

1 year ago

0.9.1

1 year ago

0.9.0

1 year ago

0.8.3

1 year ago

0.8.2

1 year ago

0.8.1

1 year ago

0.8.0

1 year ago

0.7.1

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago

0.0.1

1 year ago