DateCompare
Last updated
Last updated
Compares the difference between two dates - returning 0 if equal, -1 if date2 is less than date1 and 1 if the inverse
Argument | Type | Required | Description | Default |
---|---|---|---|---|
date1
any
true
The reference date object
date2
any
true
The date which to compare against date1
datepart
string
false