src.system.date¶
Convenience functions for manipulating Python date and datetime data types.
Functions
|
Calculates a fractional number of years between two dates. |
|
Calculates an integer number of years between two dates. |
|
Converts a date to a string object, using |
Converts a relativedelta object to fractional years. |
|
|
Converts a string to a date object, using |