Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

currencyFormatter.unformat() not working with locale 'ar' #77

Open
patilSanchita opened this issue Jun 17, 2020 · 1 comment
Open

currencyFormatter.unformat() not working with locale 'ar' #77

patilSanchita opened this issue Jun 17, 2020 · 1 comment

Comments

@patilSanchita
Copy link

No description provided.

@patilSanchita
Copy link
Author

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant