Posts by Fernando • 1 point
1 post
-
0
votes1
answer136
viewsA: Values calculated in Javascript do not appear with decimals
I managed to solve the problem of decimal places, that way: document.getElementById("T_FrmRecTotalJurosAoDia").value = parseFloat(TotalJurosAoDia).toFixed(2).replace(".", ",");…