Releases: nrjadkry/nepali-date-utils
Releases · nrjadkry/nepali-date-utils
v0.3.1
bump version 0.3 -> 0.3.1
v0.3
Introduced converting date from BS to AD
To convert Nepali date (BS) to English date (AD):
from nepali_date_utils import converter
converter.bs_to_ad("2080/02/03")
v0.2
Date converter
Converts date from English date AD to Nepali date BS
from nepali_date_utils import converter
converter.ad_to_bs("2024/02/06=3")