How to change email template date format

change date format from mm/dd/yyyy to dd/mm/yyyy in netsuite email template

Original-${transaction.trandate}

 

Beginner Asked on July 10, 2023 in SuiteScript.
Add Comment
21 Answer(s)

still Same error is coming

Beginner Answered on July 10, 2023.
Add Comment

Could you please show Source just so we can check exactly where the error is coming from?

Thanks,

Chris

Intermediate Answered on July 10, 2023.
Add Comment

Sorry but I can’t post that data here

Beginner Answered on July 10, 2023.
Add Comment

Hi,

I’m only talking about pressing the Source button above where you’re typing.

It shouldn’t contain much more than the line you’ve typed. Can I suggest you take a look and see if there’s anything sensitive.

Other than that, I don’t really know what else to suggest.

Thanks,

Chris

Intermediate Answered on July 10, 2023.
Add Comment

where is that source button? On email template or on netsuite professionals?

Beginner Answered on July 10, 2023.
Add Comment

RE: How to change email template date format

Intermediate Answered on July 10, 2023.
Add Comment

After clicking on source I see this code:

 

<pre>${transaction.trandate?string[&quot;dd/MM/yyyy&quot;]
</pre>
<br />
&nbsp;

Beginner Answered on July 10, 2023.
Add Comment

Replace everything there with just:

${transaction.trandate?string[‘dd/MM/yyyy’]}

And single quotes might help too.

Intermediate Answered on July 10, 2023.
Add Comment

The template cannot be saved due to the following errors:
Syntax error in template “content” in line 1, column 36:. Encountered “&”, but was expecting one of these patterns:. <RAW_STRING>. “false”. “true”. <INTEGER>.
“”””. “T”. “C”. “C”. <ID>
Parse exception during template merging.
<STRING_LITERAL>. <DECIMAL>.

Beginner Answered on July 10, 2023.
Add Comment

I’m sorry, I’m not sure what else to suggest.

Intermediate Answered on July 10, 2023.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.
  • This site made possible by our sponsors:   Tipalti   Celigo   Become a Sponsor   Become a Sponsor