Docs: optimize code example

This commit is contained in:
Mottie 2015-06-19 07:38:16 -05:00
parent b59509ced8
commit a2587cab28

View File

@ -488,11 +488,11 @@ prefix with a periods? ok?... #.00 yep!
prefix with spaces ##^000*00 suffix, with comma
prefix (#,###.00) suffix
BAD => mask starts with a decimal .00 <= BAD
BAD => mask starts with a comma ,##.00 <= BAD
BAD => No hash (#) outside of mask $#,###.00 No # in suffix <= BAD
BAD => No plus (+) here! #,###.00 ¢ or [+] here <= BAD
BAD => No minus (-) here! $#,###.00 or [-] here either <= BAD</textarea>
BAD =&gt; mask starts with a decimal .00 &lt;= BAD
BAD =&gt; mask starts with a comma ,##.00 &lt;= BAD
BAD =&gt; No hash (#) outside of mask $#,###.00 No # in suffix &lt;= BAD
BAD =&gt; No plus (+) here! #,###.00 ¢ or [+] here &lt;= BAD
BAD =&gt; No minus (-) here! $#,###.00 or [-] here either &lt;= BAD</textarea>
<pre class="resultz"></pre>
<br class="clear">
Value to use: <input class="value" type="text" value="1234567.8955" /><br>