Calendar math differences
returns the differences between datetime values in terms of the specified calendar
or time components.dt
= between(t1
,t2
,components
)
To compute differences between datetime values in t1
and
t2
as exact, fixed-length durations, use
t2-t1
.
caldiff
| calendarDuration
| diff
| minus