Hello Everyone! In a scriptable email template we ...
# suitescript
d
Hello Everyone! In a scriptable email template we created we have a line "<li><span style="font-size:12px;"><span style="font-family:Arial,Helvetica,sans-serif;">Due Date: ${transaction.duedate}</span></span></li>" how do I ensure that the date value in the due date always comes up in the specific format (MM/DD/YYYY) irrespective of Netsuite's settings? any suggestions? Thanks in advance
n
Head to help in NS and search "Syntax for Advanced Template Fields" There's a bunch of ns_ formatting methods such as ${nsformat_date(date|string)} You might want to ask this in advancedpdf if you cannot get further with it.
d
@NElliott Thanks for the help! 🙂 I'll check this