Skip to main content

It Calculate financial year related dates

Project description

FinancialYear

It calculate financial year related issue

Example usage:

financial_year = Financial_year("2023-24")

print(financial_year.start_month(1)) # Output: 01-04-2023

print(financial_year.end_month(1)) # Output: 30-04-2023

print(financial_year.previous_month_dates(month=1))

print(financial_year.month_list()) # Output: ['04-2023', '05-2023', '06-2023', ..., '03-2024']

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

financialyear-0.2.tar.gz (2.4 kB view hashes)

Uploaded Source

Built Distribution

financialyear-0.2-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page