:: Forum >> Version 2 >>

File Size information

More information on this topic is available in the documentation section: /grid.doc.formats/.

I want to have numeric data for file size in KB

I want to format the data in the form #,### KB
How can this be done?
M
Friday, November 16, 2007
var num = new AW.Formats.Number;
num.setTextFormat("#,###. KB");
Alex (ActiveWidgets)
Friday, November 16, 2007
I found the answer:

var number = new AW.Formats.Number;
number.setTextFormat("0,0, KB");

Thanks!
M
Friday, November 16, 2007



This topic is archived.

Back to /grid.doc.formats/

Documentation:

Forum search