An open API service indexing awesome lists of open source software.

https://github.com/opensource-nepal/ad2bs


https://github.com/opensource-nepal/ad2bs

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ad2bs

Converts a given AD date to BS date and BS date to AD.

## Usage

**Converting AD to BS**

```bash
ad2bs YYYY-MM-DD
```

**Converting BS to AD**

```bash
bs2ad YYYY-MM-DD
```

Example:

```bash
ad2bs 1999-10-29
```

## Installation

```sh
curl -s https://raw.githubusercontent.com/opensource-nepal/ad2bs/main/scripts/install.sh | sh
```