Expression Binding - Date Manipulations
You can manipulate dates in expression bindings such as a date addition/subtraction with the dateArithmetic function. This is important when you want to use the expression bindings to select a date that is offset by a certain amount.
The following example will return the time 15 minutes ago by using the dateArithmetic expression function:
dateArithmetic(now(), -
15
,
"minute"
)
See the dateArithmetic expression function, in the Appendix.