This is from a Custom Query, and it CORRECTLY used a Format associated with the Attribute to format the Date.
Must be a bug in the Custom List code.
THIS: Event Date: <b>{TransDate, @MM/dd/yy}</b></br> did not work. Output was the same.
THIS: Event Date: <b>{TransDate,@MM/dd/yy}</b></br> threw an error for unknown field when trying to Save template.
But the Question is still valid:
In this Custom Query, how would you format the Timestamp field to ONLY show the Date and NOT the time?
Custom Query snippet:
<div class="aw-data-item">
Event Date: <b>{TransDate}</b></br>
Type: <b>{TransType}</b></br>
Descr:: <b>{Descr}</b></br>
Message: <b></b></br>
Opened: <b>{xOpened}</b> Clicked: <b>{xClicked}</b> Bounced: <b>{xBounce}</b></br>
</div>
