Expression Manager treats Date literals in a condition as Strings

In a Condition, if a date value is compared against a literal, then EXM treats the date value as a String. For example, in the condition ${ph1 == "01-01-2011"}, where ph1 is a data dictionary element of type Date, the literal "01-01-2011" is treated as a String. In this scenario, the comparison is made as a String comparison, rather than a Date comparison.

// Ethnio survey code removed