Formats.Number - no decimal places
I would like to display a number such as 250,000 just that way in a grid, with a thousands separator but no decimal place.
var formatNum70 = new AW.Formats.Number;
formatNum70.setTextFormat("#,###,###.");
==> this gives me 250,000,000.
formatNum70.setTextFormat("#,###,###.##");
==> this gives me 250000
Ideas welcome ... if this is something fixed in 2.6.1 I will gladly upgrade. Thanks!
var formatNum70 = new AW.Formats.Number;
formatNum70.setTextFormat("#,###,###.");
==> this gives me 250,000,000.
formatNum70.setTextFormat("#,###,###.##");
==> this gives me 250000
Ideas welcome ... if this is something fixed in 2.6.1 I will gladly upgrade. Thanks!
beth
November 17,