ISMINDATE

Syntax

ISMINDATE (date)

Description

Determines whether date is NULL or uninitialized. The value of MINDATE is 01/01/0001.

Arguments

date A date and time as a DateTime or String

Returns

Returns True if the date field is NULL or is 01/01/0001.

Example

ISMINDATE (Account.CreatedDate)

Returns: True if the field is NULL, or if the date equals 01/01/0001.

Related Topics

DateTime Functions

GETDATETIME

TODATETIME