Originally posted by: john.gibby
This is very easy to do. For the current date it is as simple as this:
=FROMDATETIME(CURRENTDATE(),
"{DDD}")
For a specific date, it is just as simple, but if the date you have is a text object, you'll need to convert it to a date. Example: TDate is "07/04/2011"
=FROMDATETIME(TODATETIME(TDate,
"{MM/DD/CCYY}"),
"{DDD}")
Of course, if your data object is a date, then you don't need to do that conversion to a date object.
John
#IBM-Websphere-Transformation-Extender#IBMSterlingTransformationExtender#DataExchange