Hi
I am trying to convert a decimal(6,0) field to a date field. How can I do that correctly.
The decimal is in format MMDDYY, I want it in output as a date field YYYY-MM-DD
Example
Input Output
960705 1996-07-05
060331 2006-03-31
Any help would be appreciated.
Am using SAP BODS Designer version 14.2.2.446
Cheers!