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 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 TIME_INPUT_FORMATS Undocumented
Constant YEAR_MONTH_FORMAT Undocumented
DATE_FORMAT: str = (source)

Undocumented

Value
'Y년 n월 j일'
DATE_INPUT_FORMATS: list[str] = (source)

Undocumented

Value
['%Y-%m-%d', '%m/%d/%Y', '%m/%d/%y', '%Y년 %m월 %d일']
DATETIME_FORMAT: str = (source)

Undocumented

Value
'Y년 n월 j일 g:i A'
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',
 '%m/%d/%Y %H:%M:%S',
 '%m/%d/%Y %H:%M:%S.%f',
 '%m/%d/%Y %H:%M',
 '%m/%d/%y %H:%M:%S',
...
DECIMAL_SEPARATOR: str = (source)

Undocumented

Value
'.'
MONTH_DAY_FORMAT: str = (source)

Undocumented

Value
'n월 j일'
NUMBER_GROUPING: int = (source)

Undocumented

Value
3
SHORT_DATE_FORMAT: str = (source)

Undocumented

Value
'Y-n-j.'
SHORT_DATETIME_FORMAT: str = (source)

Undocumented

Value
'Y-n-j H:i'
THOUSAND_SEPARATOR: str = (source)

Undocumented

Value
','
TIME_FORMAT: str = (source)

Undocumented

Value
'A g:i'
TIME_INPUT_FORMATS: list[str] = (source)

Undocumented

Value
['%H:%M:%S', '%H:%M:%S.%f', '%H:%M', '%H시 %M분 %S초', '%H시 %M분']
YEAR_MONTH_FORMAT: str = (source)

Undocumented

Value
'Y년 n월'