4848: Lithuanian date handler (display gregorian) and libtranslate

svn: r17201
This commit is contained in:
Jérôme Rapinat 2011-04-22 08:39:48 +00:00
parent 920d385832
commit ace666b418

View File

@ -212,6 +212,8 @@ class DateDisplayLT(DateDisplay):
display gregorian calendar date in different format
"""
year = self._slash_year(date_val[2], date_val[3])
value = self.display_iso(date_val)
if self.format == 0:
return self.display_iso(date_val)
elif self.format == 1: