Wondering if anyone has encountered this before. We have a custom field of type “Date” on a record. When displaying it in Advanced PDF/HTML we need to format it so that it shows like November 8, 2024. Note that our default date formatting in NetSuite would be 8-Nov-2024. We are able to use a builtin to format the date as desired by using ${record.custbody_my_date_field?string[“MMMM dd, YYYY”]} HOWEVER if the date is Dec 31, it’s for some reason bumping to the next year? e.g. what shows in the record as 31-Dec-2024 is showing in the PDF as December 31, 2025.