...
dateDiff(date1,date2)
Argument | TypeParameter Types | Description |
---|---|---|
date1 | See Parameter Types: Date | The original date or date-time. For the current date-time use the attribute function now(). |
date2 | See Date-Time Functions: dateField | The date to be subtracted from date1. |
...