scenario: idoc to JDBC
i think i will be getting data in mm/dd/yyyy from idoc. but the DB needs data dd/mm/yy.
so i mapped as below:
source fld --> transformation date API --> target field.
Source in date transformation: MM/dd/yyyy
Target : dd/MM/yyyy
am trying to test with 28/12/2007 and my output is 12/04/2009
y is it wrong?
do i have to make any more changes?
thanks,
kiran