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 = (source)

Undocumented

Value
'j M Y'
DATE_INPUT_FORMATS: list[str] = (source)

Undocumented

Value
['%Y-%m-%d',
 '%d/%m/%Y',
 '%d/%m/%y',
 '%d %b %Y',
 '%d %b, %Y',
 '%d %B %Y',
 '%d %B, %Y']
DATETIME_FORMAT: str = (source)

Undocumented

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

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 = (source)

Undocumented

Value
'.'
FIRST_DAY_OF_WEEK: int = (source)

Undocumented

Value
0
MONTH_DAY_FORMAT: str = (source)

Undocumented

Value
'j F'
NUMBER_GROUPING: int = (source)

Undocumented

Value
3
SHORT_DATE_FORMAT: str = (source)

Undocumented

Value
'd/m/Y'
SHORT_DATETIME_FORMAT: str = (source)

Undocumented

Value
'd/m/Y P'
THOUSAND_SEPARATOR: str = (source)

Undocumented

Value
','
TIME_FORMAT: str = (source)

Undocumented

Value
'P'
YEAR_MONTH_FORMAT: str = (source)

Undocumented

Value
'F Y'