Subject Encoding a date from Year, Month, Day, Hour, ...
Author Jerome Bouvattier
Hello,

Is there a way to get a DATE out of integers ?
Something like EncodeDate(2003, 11, 19) ...

Currently I'm casting a string, but it's not that pretty :
Result = CAST(vYear || '-' || vMonth || '-' || vDay AS DATE);

Thanks in advance.

--
Jerome