Exemplo n.º 1
0
 def formatted(self):
     return util.strdate(self.date.year, self.date.month, self.date.day)
Exemplo n.º 2
0
 def now(self):
     today = date.today()
     return util.strdate(today.year, today.month, today.day)