Skip to content

Latest commit

 

History

History
68 lines (56 loc) · 2.07 KB

File metadata and controls

68 lines (56 loc) · 2.07 KB

Function: DateDiff

Returns the numeric difference in the requested date part between two dates

Method Signature

DateDiff(datepart=[string], date1=[any], date2=[any])

Arguments

Argument Type Required Description Default
datepart string true
date1 any true The reference date object
date2 any true The date which to compare against date1

Examples

Related