Date format in talent review notification
Summary:
We are trying to change the format of the meeting date to dd-mmm-yyyy.
Currently, the format is yyyy/mm/dd.
I tried changing it to
${AlertUtils.formatDate(MEETING_DATE[0], 'dd-MMM-yyyy')} and ${AlertUtils.formatDate(MEETING_DATE, 'dd-MMM-yyyy')}
but changing to this format, the alert is not sending.
It is only sending when the format is ${AlertUtils.formatDate(MEETING_DATE)}
Version (include the version you are using, if applicable):
Redwood 25C
Tagged:
0