Date Formats
DateFormat
Bases: Enum
Date format options for the reformat_date
function.
YYYY_MM_DD
DD_MM_YYYY
MM_DD_YYYY
Source code in dsp/dsp-tools/src/dsp_tools/xmllib/models/date_formats.py
7 8 9 10 11 12 13 14 15 16 17 18 |
|
Calendar
Bases: Enum
Calendar options for the reformat_date
function.
GREGORIAN
JULIAN
ISLAMIC
Source code in dsp/dsp-tools/src/dsp_tools/xmllib/models/date_formats.py
21 22 23 24 25 26 27 28 29 30 31 32 |
|
Era
Bases: Enum
Era options for the reformat_date
function.
CE
BCE
AD
BC
Source code in dsp/dsp-tools/src/dsp_tools/xmllib/models/date_formats.py
35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
|