Rick Goodrow
05/22/2024, 3:34 PMIntl
package (that I'm aware of), is there a Suitescript equivalent of the following snippet without reinventing the wheel for compacting numbers?
let currencyFormatter = new Intl.NumberFormat('en-US', { style: 'currency', notation: 'compact', currency: 'USD'});
newSubTotalFormatted = currencyFormatter.format(newSubTotal);
Timothy Wong
05/22/2024, 4:45 PMRick Goodrow
05/22/2024, 5:02 PMIntl
features, just not all of them