Discussions
Check out Oracle NetSuite upcoming events and conferences here
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Update your Profile with your Support type to get your Support Type badge.
Expand your NetSuite knowledge by joining our Ask A Guru Live sessions. RSVP on this event now.
Get ready to take on exciting new challenges and become the next SuiteMaster of the Month!
NSC | Change The Date Format in Check Template using Advanced PDF/HTML Template
There is a requirement to change the printed date formats in Checks. To do this, we need to edit the Source code of the Check template and change the format there. Kindly follow the steps below:
- Navigate to Customization > Forms > Advanced PDF/HTML Template
- Edit the preferred Check Template
- Add the following code:
- <td><strong>${check.trandate?string('yyyy MM dd')}</strong></td>
- Click Save
By doing the steps above, the transaction date in the Check record will be displayed as yyyyMMdd.
Do you have any questions about the check templates? Let us know below so we can assist you.
@Kristoffer Viray-Oracle | Ask A Guru | Let us know what contents you like to see in the Community. You can vote here.
0