ecm:notEqual
    • 1 Minute to read
    • Dark
      Light

    ecm:notEqual

    • Dark
      Light

    Article summary

    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')))}

    Structure​

    ecm:notEqual(date, date)

    Parameters​

    Parameter

    Description

    date

    Specifies the target date.

    date

    The date value used for the comparison.


    Was this article helpful?