We have inserted a custom date field into an email that fires in a workflow rule. When the date field displays in the email, the value is returned in this format: YYYY-MM-DD hh:mm:ss. What function can I use in the email that will return only the date in a MM-DD-YYYY format?
I’ve tried ToDate({$FieldName}) but that returns the actual text “To Date(YYYY-MM-DD hh:mm:ss)” in the email.