I'm trying to display a date and time in an absolute format (not relative) using a UNIX time value. For what reason might this expression not work in a template?
The {$conversation.message_date} value is a UNIX time stamp.
I expected this to work, but I get an error upon saving the template.
Code:
<xen:date time="{$conversation.message_date}" />
The {$conversation.message_date} value is a UNIX time stamp.
I expected this to work, but I get an error upon saving the template.