$add(lhs,rhs)

$add(lhs,rhs) returns the sum of lhs and rhs. Typically used to add date and duration.

The following example subtracts three days from the value of ${date}:

$add(${date},-P3D)