The function ecm:notEqual determines whether a specified date is not equal to a reference date. The comparison includes millisecond values. The value returned is a Boolean data type.

Example

${ecm:notEqual(user.DateOfBirth, ecm:toDate('1986-01-01', ecm:timeZone('Europe/Berlin')))}
CODE

Structure​

ecm:notEqual(date, date)

Parameters​

Parameter

Description

date

Specifies the target date.

date

The date value used for the comparison.