Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Digit separation in INR amount #130

Open
amitesh-furlenco opened this issue Dec 7, 2022 · 0 comments
Open

Digit separation in INR amount #130

amitesh-furlenco opened this issue Dec 7, 2022 · 0 comments

Comments

@amitesh-furlenco
Copy link

Hi,

When using INR currency format, we are not getting the desired result:

Result:

1000.00 -> ₹1,000.00 (As expected)
10000.00 -> ₹10,000.00 (As expected)
100000.00 -> ₹100,000.00 (Expected ₹1,00,000.00)
1000000.00 -> ₹1,000,000.00 (Expected ₹10,00,000.00)

and so on

Can you provide a solution for this since this is regarding the placement of separator not the value of separator?

Repository owner deleted a comment from kris621294 Apr 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant