Question

Citi
US
Last activity: 30 Aug 2024 13:15 EDT
Integer to Date
Hello,
we are receiving date properties as integer types (YYYYMMDD). August 30, 2024 = 20240830
I am having trouble converting the int to a date type so we can do calculations with date/ dateTime types (difference between dates, etc). I have tried using @dateValue and @date but since these return bigDecimals they cause errors in the calculations.
Has anyone used a different function?
Thank you!