A family of Microsoft word processing software products for creating web, email, and print documents.
Hi dbcity,
The reason for using field switch to specify the date format is to ensure the output from your mergefield matches the format of the output from the date field. Since you're only testing whether the dates are the same, you could use YYYYMMDD, MMDDYYYY, MMYYYYDD, etc. Provided you have DD, MM and YYYY, it really doesn't matter what order they appear in this case. YYYYMMDD is necessary if you want to test whether one date might be before or after the other one, though.