In my invitation mails I want to display the expiration date. Standard this date is displayed with {EXPIRY} as 2012-10-22 00:00:00
I only want to display the date part. In the survey itself this is possible with {substr(EXPIRY,0,10)} This does not work in de mail, however. Then the result is a message like <span style='background-color: #eee8aa;'><span title='Return a part of the text; string substr(string, start [, length])' style='color: blue; font-weight: bold'>substr</span>(<span title='Unknown variable' style='border-style: solid; border-width: 2px; border-color: red;'><span title='Unknown variabele' style='color: red; font-weight: bold'>EXPIRY</span></span>, 0, 10)</span>
Is it possible to display the date part in an invitation mail?
Thanks for your help.