formatDate in alert message text
Summary:
formatDate in alert message text
Content (required):
Hi,
We created a resource alert and we use several tokens in the message text. We noticed that dates are displayed differently even when we apply the same date format.
The hire date is displayed as 22-Nov-2021 and the probation end date is displayed as [21-May-2022]
We have no idea why the square brackets are displayed for the probation end date. Does anyone know? We used the following date format:
${AlertUtils.formatDate(emps.HireDate,'dd-MMM-yyyy')}
${AlertUtils.formatDate(emps.assignments.ProbationPeriodEndDate,'dd-MMM-yyyy')}
Version (include the version you are using, if applicable):
22B
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
1