Hello everyone. For my statement PDF. Our client w...
# advancedpdf
h
Hello everyone. For my statement PDF. Our client would like to see days over due, and I am trying to pull in todays date minus the due date. Any suggestions? <#assign today = .now/> <#assign date = line.duedate/> <#assign new_date= today?long - date?long/> <td style="padding-top: 2px;">${new_date}</td> --- don't think this is necessary