Open wilsonfreitas opened 8 years ago
getdate has the following default call.
getdate
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.
year
month
now
getdate(self, expr, now=datetime.today())
getdate
has the following default call.Instead of using
year
andmonth
arguments it should use anow
argument to specify where it is in time.