4848: Lithuanian date handler (display gregorian) and libtranslate

svn: r17202
This commit is contained in:
Jérôme Rapinat 2011-04-22 08:41:06 +00:00
parent bcd4984941
commit 91f7422b77

View File

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