Dates
Package to help with date creation, comparison and calculation
Getting Started
Import package and use the following methods:
isWeekendDay(day)
isMonday(day)
isFriday(day)
isLastDayOfMonth(day)
lastDayOfMonth(day)
createDatetimeObj(day, month, year, hour=0, min=0, sec=0)
addDaysToDate(date, numberOfDays)
Prerequisites
Working python3 installation
Installing
pip install datefactory
Running the tests
python3 test.py
Deployment
[See installation above]
Built With
Python3
Versioning
Author(s)
- Niall Stapleton - Initial work - (@nstap)
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Acknowledgments