Package to help with date creation, comparison and calculation
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)
Working python3 installation
pip install datefactory
python3 test.py
[See installation above]
Python3
- Niall Stapleton - Initial work - (@nstap)
This project is licensed under the MIT License - see the LICENSE.md file for details