patilSanchita
Results
1
comments of
patilSanchita
var tempQ= "1456.45" var number = currencyFormatter.unformat(tempQ,{locale:'ar'}); console.log(number); //145645 After applying currencyFormatter.unformat() on tempQ removes the decimal separator.