Skip to main content

Utility for int date like 20150312.

Project description

https://travis-ci.org/jealous/int_date.svg https://coveralls.io/repos/jealous/int_date/badge.svg

VERSION: 0.1.8

Utilities to process the integer format date like: 20150301 First four digits are year. Next two are month. Last two are date.

To file issue, please visit:

https://github.com/jealous/int_date

Documentation for the package is available at:

http://int-date.readthedocs.org/en/latest/int_date.html

Contact author:

cedric.zhuang@gmail.com

LICENSE

BSD License

Example

>>> to_int_date('2015-11-02')
20151102

>>> get_int_day_interval(19831102, 20141225)
11376

>>> get_date_from_int(19831102)
datetime.date(1983, 11, 2)

>>> today()
20150827

>>> in_year(20150412, 2013, 2012)
False

>>> in_month(20150412, 4, 3, 10)
True

>>> in_date(20150412, 2)
False

Project details


Download files

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

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

int_date-0.1.8-py2.py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 2 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