LD Date1
DATE_DINT_TO_STRING
ST Result_Str
Result_Str:= DATE_DINT_TO_STRING(Date1);
Parameter
|
Type
|
Comment
|
---|---|---|
Date1
|
PL7 date to convert into character string format.
|
Parameter
|
Type
|
Comment
|
---|---|---|
Result_Str
|
Result_Str is a string of 10 characters containing a date (not including the time) in the following format: YYYY-MM-DD.
Example: ’2000-12-27’
|