Lucee object methods reference

Object Method Datetime.diff

Determines the number of given date parts between two different dates
Datetime.diff(string datepart,datetime date2):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:
  • yyyy: Years
  • q: Quarters
  • m: Months
  • y: Days of year (same as d)
  • d: Days
  • w: Weeks
  • h: Hours
  • n: Minutes
  • s: Seconds
  • date2 datetime  Yes date time object to compare