DateDiff$

combit List & Label Designer

combit List & Label

DateDiff$

Purpose:

Returns the difference between two dates in days as string.

Parameter:

Date               First date value

Date               Second date value

String             (optional) Format

Return value:

String

Example:

DateDiff$(Date("01/01/2009"),Date("03/01/2009")) Result: 2 Months