Skip to content

opensource-nepal/bs2ad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert a given BS date in the format YYYY-MM-DD to AD date in the same format.

To convert your birthday on 2056-7-12 BS to english (AD), run
bs2ad 2056-7-12

Installing / Updating bs2ad

If you have go installed.

Have go >= 1.21 installed. Clone the repo, then run go install .

If you don't have go installed, for macOS/Linux:

rm -f `which bs2ad`
curl -s https://raw.githubusercontent.com/opensource-nepal/bs2ad/main/scripts/install.txt | sh