This commit is contained in:
Kovid Goyal 2011-03-03 09:42:05 -07:00
parent 5abfb16f88
commit 6db379f550

View File

@ -469,7 +469,6 @@ class BuiltinFormat_date(BuiltinFormatterFunction):
'yyyy : the year as four digit number.') 'yyyy : the year as four digit number.')
def evaluate(self, formatter, kwargs, mi, locals, val, format_string): def evaluate(self, formatter, kwargs, mi, locals, val, format_string):
print val
if not val: if not val:
return '' return ''
try: try: