Synopsis
dateObj.+(value)
Description
#+ adds to dateObj the
number of days specified by value and returns a
Date. value must be a
Fixnum, Bignum or
Ruby9i::Number.
Adding a Float to a Date
is not available because the OCI only provides for adding whole numbers
to Dates.