Table of Contents

Search

  1. Preface
  2. The Transformation Language
  3. Constants
  4. Operators
  5. Variables
  6. Dates
  7. Functions
  8. Creating Custom Functions
  9. Custom Function API Reference

Transformation Language Reference

Transformation Language Reference

Understanding Date Arithmetic

Understanding Date Arithmetic

The transformation language provides built-in date functions so you can perform arithmetic on datetime values as follows:
  • ADD_TO_DATE.
    Add or subtract a specific portion of a date.
  • DATE_DIFF.
    Subtract two dates.
  • SET_DATE_PART.
    Change one part of a date.
You cannot use numeric arithmetic operators (such as + or -) to add or subtract dates.
The transformation language recognizes leap years and accepts dates between Jan. 1, 0001 00:00:00.000000000 A.D. and Dec. 31, 9999 23:59:59.999999999 A.D.
The transformation language uses the transformation Date/Time datatype to specify date values. You can only use the date functions on datetime values.

0 COMMENTS

We’d like to hear from you!