4848: Lithuanian date handler (display gregorian) and libtranslate
svn: r17202
This commit is contained in:
parent
bcd4984941
commit
91f7422b77
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user