Date comparison in Advanced PDF template

In order to show vale based on the date filter refer below sample

<table style="width:100%;">
<tr>
<td>
<#if record.trandate?string["dd/MM/yyyy"]?date gte '13/01/2023'?date>
<!--show the contents-->
</#if>
</td>
</tr>
</table>

Leave a comment

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