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,
var fmtPhone = new AW.Formats.Number;
fmtPhone.setTextFormat("(###)###-####");
It doesn't work. Any idea?
Thanks,
May 5,