IBM Sterling Transformation Extender

Sterling Transformation Extender

Come for answers, stay for best practices. All we're missing is you.


#Sterling
 View Only
  • 1.  CURRENTDATETIME validations

    Posted Thu May 07, 2009 10:09 AM

    Originally posted by: gaforce


    Guys, I want to calculate if the datetime field in the file is 90 days less than the current datetime?
    What would be the easiest method to do this?
    Thanks.
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender
    #DataExchange


  • 2.  Re: CURRENTDATETIME validations

    Posted Thu May 07, 2009 10:15 AM

    Originally posted by: NancyR


    You can use =ADDDAYS( CURRENTDATETIME( ), -90 ) to calculate a date 90 days less than current date time.
    #DataExchange
    #IBM-Websphere-Transformation-Extender
    #IBMSterlingTransformationExtender


  • 3.  Re: CURRENTDATETIME validations

    Posted Thu May 07, 2009 10:25 AM