greeshma
Member
Convert iso-date string to datatype DATE
Hi all,
Please advice me ,
how we can convert that iso-string to DATE?
DEF VAR v-date AS DATE INIT "10/11/2010".
DEF VAR v-string AS CHAR .
v-string = ISO-DATE(v-date).
MESSAGE v-string. (op: 2010-10-11)
i wish to convert this string (2010-10-11) to DATE format.
Please help me.
Hi all,
Please advice me ,
how we can convert that iso-string to DATE?
DEF VAR v-date AS DATE INIT "10/11/2010".
DEF VAR v-string AS CHAR .
v-string = ISO-DATE(v-date).
MESSAGE v-string. (op: 2010-10-11)
i wish to convert this string (2010-10-11) to DATE format.
Please help me.