3.2.0

Format Phone Number

I use the following code for formating phone numbers:

var fmtPhone = new AW.Formats.Number;
fmtPhone.setTextFormat("(###)###-####");

It doesn't work. Any idea?

Thanks,
May 5,
Looks like you have to make your own formatting class (AW.Formats.Number is for numeric values) -

http://www.activewidgets.com/aw.system.format/valuetotext.html
Alex (ActiveWidgets)
May 6,

This topic is archived.

See also:


Back to support forum