ADELIA |
VADELIA |
SADELIA |
WADELIA |
EADELIA |
(I/B) |
(I/B) |
(B) |
(I/B) |
(B) |
Warning: In the case of ADELIA programs, this function is not compatible with C generator.
Description
This predefined function is used to extract the date information from a TIMESTAMP variable.
TIMESTAMP variables contain a date, a time and a number of microseconds.
Syntax
Result = &TIMESTP_TO_DATE(Timestamp)
Parameters
|
Description |
Contents |
Controls |
Result |
DATE variable. |
Date extracted from the timestamp given as a parameter. |
|
Timestamp |
TIMESTAMP variable. |
Timestamp (date, time, microseconds) from which the date information is extracted. |
Mandatory parameter. |
Example
DATE_VAR = &TIMESTP_TO_DATE(TIMESTAMP_VAR)
List of predefined functions by topic