Adding Months to Current Date? Use relativedelta()
After minutes of surfing in the ocean of Stackoverflow, find this trick to add months to the current date (dealing with date is painful already in any language, at least to me personally). Use relativedelta() from dateutil library.
Credit:
Comments
Post a Comment