bugfix: date pasing

master
Steve L. Nyemba 4 years ago
parent 4019158769
commit 18457a8253

@ -144,7 +144,7 @@ class Formatters :
# #
# We have a date formatting issue # We have a date formatting issue
return value
return "-".join([year,month,day]) return "-".join([year,month,day])
def time(self,value): def time(self,value):
pass pass

Loading…
Cancel
Save