How to display current date in the PDF Template

<#assign aDateTime = .now>

 <#assign aDate = aDateTime?date>

<td colspan=”10″ style=” line-height:100px;”> <span style=”font-size: 30pt;”><b>DATE: ${aDate}</b> </span> </td>

Leave a comment

Your email address will not be published. Required fields are marked *