The expression dataport has been further expanded to include another date manipulation mechanism, date.diff .

Expression includes the function date.diff (d1, d2): Given two Dates d1 and d2, the function returns a Long (integer) object containing the number of milliseconds by which d1 exceeds d2. The result can be negative also. It returns null if either d1 or d2 is null.