Re: How to add months to a date (datetime object)?

2017-02-08 Thread John_Gordon
From: John_Gordon@f38.n261.z1 From: John_Gordon@f38.n261.z1 From: John Gordon In "Deborah Swanson" writes: > bajimicb...@gmail.com wrote, on February 02, 2017 2:44 AM > > > > for start of month to the beginning of next month > > > > fr

Re: How to add months to a date (datetime object)?

2017-02-07 Thread John_Gordon
From: John_Gordon@f38.n261.z1 From: John Gordon In "Deborah Swanson" writes: > bajimicb...@gmail.com wrote, on February 02, 2017 2:44 AM > > > > for start of month to the beginning of next month > > > > from datetime import timedelta > > from

Re: How to add months to a date (datetime object)?

2017-02-07 Thread John_Gordon
From: John Gordon In "Deborah Swanson" writes: > bajimicb...@gmail.com wrote, on February 02, 2017 2:44 AM > > > > for start of month to the beginning of next month > > > > from datetime import timedelta > > from dateutil.relativedelta import relativedelta > > > > end_date = start_date + relat