python-bizdays icon indicating copy to clipboard operation
python-bizdays copied to clipboard

Add `now` argument to getdate

Open wilsonfreitas opened this issue 9 years ago • 0 comments

getdate has the following default call.

getdate(self, expr, year, month=None)

Instead of using year and month arguments it should use a now argument to specify where it is in time.

getdate(self, expr, now=datetime.today())

wilsonfreitas avatar Mar 11 '16 11:03 wilsonfreitas