Originally posted by: SystemAdmin
Intuitively the following should probably work (IMHO) but certain combinations of date formats in certain orders seem to be problematic:
DATETOTEXT(TODATETIME(dateIn,"{DY MON DD HH24:MM:SS ZZZ CCYY}"))
However, the less direct approach that follows appears to work and will at least give you one possible way to do this:
=WORD(dateIn," ",6)+"-"+
FROMDATETIME(TODATETIME(WORD(dateIn," ",2),"{MON}"),"MM")+"-"+
WORD(dateIn," ",3)+" "+
WORD(dateIn," ",4)
#IBM-Websphere-Transformation-Extender#DataExchange#IBMSterlingTransformationExtender