Skip to content

Latest commit

 

History

History
52 lines (40 loc) · 1.1 KB

README.org

File metadata and controls

52 lines (40 loc) · 1.1 KB

miti

Converts dates from B.S. to A.D. Bikram Samwat (B.S.) to A.D. and vice versa.

Supported ranges

AD to BS Conversion1944 - 2033
BS to AD Conversion2000 - 2089

Implimentation

Python

based on shritesh/nepdate

./main.py

bash

by krazedkrish

./main.sh

C

based on aatishnn/nepdate

make c
./example

Javascript

based on ad-bs-converter