Socket
Book a DemoInstallSign in
Socket

date-convert-ad-bs

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

date-convert-ad-bs

Convert AD to BS and vice versa

pipPyPI
Version
1.1.4
Maintainers
1

Date-convert-AD-BS

A Lightweight package that allows to convert AD to BS and vice versa.

Installation

You can install the package using pip:

pip install date-convert-ad-bs

or

pip3 install date-convert-ad-bs

Usage

To use the package, simply import it and call its functions:

from dateconvert import DateConvert

converter = DateConvert()

print(converter.ad_to_bs(1993,5,29))
print(converter.bs_to_ad(2050,2,11))

Keywords

python

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts