module documentation

Undocumented

Constant DATE​_FORMAT Undocumented
Constant DATE​_INPUT​_FORMATS Undocumented
Constant DATETIME​_FORMAT Undocumented
Constant DATETIME​_INPUT​_FORMATS Undocumented
Constant DECIMAL​_SEPARATOR Undocumented
Constant FIRST​_DAY​_OF​_WEEK Undocumented
Constant MONTH​_DAY​_FORMAT Undocumented
Constant NUMBER​_GROUPING 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 M Y'
DATE_INPUT_FORMATS: list[str] =

Undocumented

Value
['%d/%m/%Y', '%d/%m/%y']
DATETIME_FORMAT: str =

Undocumented

Value
'j M Y, P'
DATETIME_INPUT_FORMATS: list[str] =

Undocumented

Value
['%Y-%m-%d %H:%M:%S',
 '%Y-%m-%d %H:%M:%S.%f',
 '%Y-%m-%d %H:%M',
 '%d/%m/%Y %H:%M:%S',
 '%d/%m/%Y %H:%M:%S.%f',
 '%d/%m/%Y %H:%M',
 '%d/%m/%y %H:%M:%S',
...
DECIMAL_SEPARATOR: str =

Undocumented

Value
'.'
FIRST_DAY_OF_WEEK: int =

Undocumented

Value
0
MONTH_DAY_FORMAT: str =

Undocumented

Value
'j F'
NUMBER_GROUPING: int =

Undocumented

Value
3
SHORT_DATE_FORMAT: str =

Undocumented

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

Undocumented

Value
'd/m/Y P'
THOUSAND_SEPARATOR: str =

Undocumented

Value
','
TIME_FORMAT: str =

Undocumented

Value
'P'
YEAR_MONTH_FORMAT: str =

Undocumented

Value
'F Y'