- — Subtracts from a Date
dateObj.-(value)
#- subtracts value from dateObj; the return type is dependent upon the type of value. If it is a numeric type (Fixnum, Bignum or Ruby9i::Number), the specified number of days is subtracted, and a Date object is returned. If it is another Date object, a Ruby9i::Number is returned, representing the difference in days.