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.
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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Date issue with date item option field displaying on pdf/print of invoice
We have item option fields that are dates.
When printed on the pdf using list item.options the date format is not changed by <#setting date_format = "dd MMM yyyy">
To make things worse if I try to use ?date("dd/mm/yyyy") to correct the issue (after splitting the string in the correct format) I always lose the information on the month.
eg
Unformatted (EU format DD/MM/YYYY in company settings) - 22/5/2018
option?date("dd/mm/yyyy") - 22 January 2018
I have tried various permutations of dd and d, m and mm etc but always if the day works the month information is lost.
0