asp_web_howto thread: Formatting Numbers with Javascript
Hi... In VBScript you can use the function FormatCurrency to output a number in the form $00.00. Is there any such function in JavaScript? For example: abc = 150.00 <td> <%=FormatCurrency(abc,2)%> </td> Is there something similar in JavaScript? Thanks, Paul.
|





