Is there a means to code for TODAY'S Date in pdf manager templates?
When we print pdf docs from Sugar, we need for Today's Date to appear on the document. TY
Is there a means to code for TODAY'S Date in pdf manager templates?
When we print pdf docs from Sugar, we need for Today's Date to appear on the document. TY
Try to add this line to your PDF template:
{$smarty.now|date_format:"%d/%m/%Y"}
It works like a charm on my Sugar9 test environment.
Edit: for more format variations please read here about Smarty https://www.smarty.net/docs/en/language.modifier.date.format.tpl
Bests
Björn Canales Pfisterer
Technical Support Manager
provalida GmbH
You're the best. Thank you.