cbertelegni
var n = 15425.56; var output = n.format(2, ",", "."); alert(output); // el resultado es "15.425,56"