Python implementation of https://github.com/techgaun/ad-bs-converter
pip install adbs
import adbs
print(adbs.ad_to_bs('2016/8/17'))
print(adbs.bs_to_ad('2073/6/1'))
This implementation is based on the javascript version.
Python implementation of https://github.com/techgaun/ad-bs-converter
pip install adbs
import adbs
print(adbs.ad_to_bs('2016/8/17'))
print(adbs.bs_to_ad('2073/6/1'))
This implementation is based on the javascript version.