Design date of the model. This operator is followed by a date.
Dates can be specified giving three integers MONTH DAY YEAR or using
\today operator (cf. § ).
There isn't control on year value, third example is ambiguous and it is
the responsibility of the author to guarantee the future readability.
This operator should only appear in a diagram header block.
\design_date(\today); \design_date(1, 1, 2000); % the bug day \design_date(3, 29, 99); \design_date(1998); % just for copyright
\design_date(TODAY); \design_date(MONTH, DAY, YEAR); \design_date(YEAR);
TODAY Description : Operator that return the current date (\today) Type : Operator. MONTH Description : Indicates the number of the month of design. Type : Integer. Allowed values : Integer values in range [1, 12]. DAY Description : Indicates the number of the day of design. Type : Integer. Allowed values : Integer values in range [1, 31]. YEAR Description : Indicates the number of the year of design. Type : Integer. Allowed values : Any integer value.