Changes

SsFormatCurrency

87 bytes added, 16:11, 30 July 2014
m
Example: - extra example
{{JavaScript Syntax}}
==Overview==
To format a number as a currency using [[JavaScript]] you can use a function called ssFormatCurrency.
Will return: €5,000.00
<pre>
ssFormatCurrency(5000, " ");
</pre>
 
Will return: 5,000.00
==Requirements==
0
edits