Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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
