Codelists
UNTDID 2379 - Date format
Specification of the representation of a date, a date and time or of a period.
import {
DATE,
Date,
dateCode,
type DateDefinition,
type DateCode,
} from "node-zugferd/codelist/date";
Code | Code name | Description |
---|---|---|
102 | CCYYMMDD | Calendar date: C = Century ; Y = Year ; M = Month ; D = Day. |
205 | CCYYMMDDHHMMZHHMM | Calendar date including time and time zone expressed in hours and minutes. ZHHMM = time zone given as offset from Coordinated Universal Time (UTC). |