0.0.3 • Published 4 years ago

datebs v0.0.3

Weekly downloads
5
License
UNLICENSED
Repository
github
Last release
4 years ago

DateBS

A javascript library that assists you in converting date from BS to AD and vice versa.

Google Sheet AddIn

The addons expose following custom function so that date from BS to AD and vice versa.

  • DateToBS(datestring)
  • DateToAD(datestring)

Google App Script Library

ProjectId: M5OVnOjNBAA2Sopb3F1-gozX8b41Gj_r8

Go to Resources > Libraries and add the above library using the above project id.

DateAPI

You can use our dateapi to convert the date from BS to AD and vice versa.

Examples

Get todays date in BS

curl -L https://bit.ly/dateapi

Convert date from BS to AD

curl -L https://bit.ly/dateapi?dateBS=2077-03-01

Convert date from AD to BS

curl -L https://bit.ly/dateapi?dateAD=2020-01-03