I used to want to start a punk rock zine named decibel.places, never got around to it.
Now it's my new moniker on Jango
I did a search curious if anybody else is using the handle and found this gem:
NiteOwl
07-01-2007, 04:46 PM
Also, I would like to add 2 decibel places to the final loan amounts.
Philip M
07-01-2007, 05:54 PM
Also, I would like to add 2 decibel places to the final loan amounts.
Assuming you mean two decimal places then you should use
x = x.toFixed(2);
...
