LD Date1
DT_ARINT_TO_STRING
ST Result_Str
Result_Str:= DT_ARINT_TO_STRING(Date1);
Parameter
|
Type
|
Comment
|
---|---|---|
Date1
|
ARRAY [0..3] of INT
|
PL7 date (table of 4 words) to convert into character string format.
|
Parameter
|
Type
|
Comment
|
---|---|---|
Result_Str
|
Result_Str is a string of 19 characters containing a date (including the time) in the following format: YYYY-MM-DD-HH:MM:SS.
Example: ’2000-12-27-23:15:50’
|