Module delta

Source
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.