Skip to content

Releases: nrjadkry/nepali-date-utils

v0.3.1

10 Feb 15:09
Compare
Choose a tag to compare
bump version 0.3 -> 0.3.1

v0.3

05 Feb 09:39
Compare
Choose a tag to compare

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

03 Feb 12:24
Compare
Choose a tag to compare

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")