python-bizdays
python-bizdays copied to clipboard
Add `now` argument to getdate
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())