-3
I have some string values in the following format?
1.599,90
I need them to become a dollar value, like the below:
1599.90
I tried to convert to float, but the value obtained is not correct:
console.log(parseFloat("1.599,90"))
I’ve researched enough and convert values into real to dollar I couldn’t find except the opposite.
Lately it is difficult to ask for help here, since in addition to not helping, they still disqualify the doubt of people.
– Otavio Fagundes