Lucee object methods reference
Object Method Datetime.diff
Determines the number of given date parts between two different dates
Datetime.diff(string datePart,datetime date1):number
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
datePart | string | Yes |
String that specifies the units in which to count: |
date1 | datetime | Yes | date time object to compare |