Hi @Denis_Bozonnet,Thank you for replying. Yes, I have similar code in a
content block already. But do you know if you are able to write the code
for all three formats, and call the variable in the Email body. For
example:in content block--var sDay = formatDate(utcTime, "%Al",
"America/Chicago");var sDate = formatDate(utcTime, "%D %B %4Y",
"America/Chicago");in Email code<% document.write(sDay); %><%
document.write(sDate); %>after including the content block somewhere in
the email of course? Tha...