add clarifying comment to _Date_el.py
svn: r22797
This commit is contained in:
parent
cd73c7af93
commit
1a004a5290
@ -140,11 +140,12 @@ class DateDisplayEL(DateDisplay):
|
|||||||
|
|
||||||
_bce_str = "%s ð.×."
|
_bce_str = "%s ð.×."
|
||||||
|
|
||||||
#Following are the formats for date display you can set in the preferences
|
|
||||||
formats = (
|
formats = (
|
||||||
"ΕΕΕΕ-ΜΜ-ΗΗ (ISO)", "Αριθμητικά", "Ημερομηνία, Έτος",
|
"ΕΕΕΕ-ΜΜ-ΗΗ (ISO)", "Αριθμητικά", "Ημερομηνία, Έτος",
|
||||||
"ΗΜ/ΝΙΑ, ΕΤΟΣ", "Ημέρα Μήνας Έτος", "ΗΜ ΜΗΝ ΕΤΟΣ"
|
"ΗΜ/ΝΙΑ, ΕΤΟΣ", "Ημέρα Μήνας Έτος", "ΗΜ ΜΗΝ ΕΤΟΣ"
|
||||||
)
|
)
|
||||||
|
# this must agree with DateDisplayEn's "formats" definition
|
||||||
|
# (since no locale-specific _display_gregorian exists, here)
|
||||||
|
|
||||||
def display(self, date):
|
def display(self, date):
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user