module documentation

Undocumented

Constant DATE​_FORMAT Undocumented
Constant DATETIME​_FORMAT Undocumented
Constant DECIMAL​_SEPARATOR Undocumented
Constant FIRST​_DAY​_OF​_WEEK Undocumented
Constant MONTH​_DAY​_FORMAT Undocumented
Constant SHORT​_DATE​_FORMAT Undocumented
Constant SHORT​_DATETIME​_FORMAT Undocumented
Constant THOUSAND​_SEPARATOR Undocumented
Constant TIME​_FORMAT Undocumented
Constant YEAR​_MONTH​_FORMAT Undocumented
DATE_FORMAT: str =

Undocumented

Value
'j \\d\\e F \\d\\e Y'
DATETIME_FORMAT: str =

Undocumented

Value
'j \\d\\e F \\d\\e Y \\á\\s H:i'
DECIMAL_SEPARATOR: str =

Undocumented

Value
','
FIRST_DAY_OF_WEEK: int =

Undocumented

Value
1
MONTH_DAY_FORMAT: str =

Undocumented

Value
'j \\d\\e F'
SHORT_DATE_FORMAT: str =

Undocumented

Value
'd-m-Y'
SHORT_DATETIME_FORMAT: str =

Undocumented

Value
'd-m-Y, H:i'
THOUSAND_SEPARATOR: str =

Undocumented

Value
'.'
TIME_FORMAT: str =

Undocumented

Value
'H:i'
YEAR_MONTH_FORMAT: str =

Undocumented

Value
'F \\d\\e Y'