[Stackoverflow] [Progress OpenEdge ABL] Decimal value to date and time in Progress 4gl

Status
Not open for further replies.
V

Varun Sulabha

Guest
I would like to know how to convert a decimal value to date and time.

DEFINE VARIABLE tt_decimal AS DECIMAL INIT "2,459,040.7355" .

DEFINE VARIABLE tt_date AS CHARACTER. DEFINE VARIABLE tt_time AS CHARACTER.

How to convert the above tt_decimal to tt_date and tt_time.

Continue reading...
 
Status
Not open for further replies.
Top