Expand description
Contains utility functions for shifting Date objects.
Functionsยง
- add_days_ ๐datetime 
- Add the given number of days to the given datetime.
- add_months_ ๐datetime 
- Add the given number of months to the given datetime.
- shift_months ๐
- Shift a date by the given number of months.
- sub_days_ ๐datetime 
- Substract the given number of days to the given datetime.
- sub_months_ ๐datetime 
- Substract the given number of months to the given datetime.