Monday, February 20, 2006 - Posts

Adding thousands separators to numbers

In one of the projects I'm working on, there was a requirement that numbers entered in a webform should be formatted to add thousands separator to them. So I came up with these couple of functions, one to allow only numbers to be entered in the textbox, Read More