Click to See Complete Forum and Search --> : Dollar amount


Matt Ellison
October 12th, 2001, 08:20 AM
I need a nice formating string for JavaScript to format a text value into a dollar amount. For instance if the user types 5 then the formated string would be 5.00 or if they put 5.0 it would also turn to 5.00. I have allot of other checking abilites but i just need to add this one. I'm still new at Javascript. Also any good site that provide code examples would be greatly appreciated. Thanks

Matt Ellison
October 12th, 2001, 09:09 AM
I figured it out. Thanks