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.