function formatCurrency(num) {
num = isNaN(num) || num === '' ? 0.00 : num;
return parseFloat(num).toFixed(2);
}-
My name is Brad Harris, and I currently reside in the Abq, New Mexico area. I'm a web-developer, specializing in front-end development. PHP is my weapon of choice for the server side, but my creative side thrives on Javascript and CSS.
-
My Recent Ramblings
Tags
Archives
slickifying Slikcalc to version 1.0