4848: Lithuanian date handler (display gregorian) and libtranslate
svn: r17201
This commit is contained in:
parent
920d385832
commit
ace666b418
@ -212,6 +212,8 @@ class DateDisplayLT(DateDisplay):
|
|||||||
display gregorian calendar date in different format
|
display gregorian calendar date in different format
|
||||||
"""
|
"""
|
||||||
year = self._slash_year(date_val[2], date_val[3])
|
year = self._slash_year(date_val[2], date_val[3])
|
||||||
|
value = self.display_iso(date_val)
|
||||||
|
|
||||||
if self.format == 0:
|
if self.format == 0:
|
||||||
return self.display_iso(date_val)
|
return self.display_iso(date_val)
|
||||||
elif self.format == 1:
|
elif self.format == 1:
|
||||||
|
Loading…
Reference in New Issue
Block a user