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

Positioning the 'thousands_separator' correctly. #91

Open
hussain-attari opened this issue Sep 6, 2023 · 1 comment
Open

Positioning the 'thousands_separator' correctly. #91

hussain-attari opened this issue Sep 6, 2023 · 1 comment

Comments

@hussain-attari
Copy link

Hi,

Is there a way to position the thousands_separator correctly.

Like take this example

If I do this @money('12000000', 'USD') it groups the number correctly $120,000.00 as per the US Dollar format

However this shows the value incorrectly.

If I do this @money('12000000', 'INR')

It groups the numbers incorrectly ₹120,000.00 instead of ₹1,20,000.00 as per INR format

Also, how do I show the number format like this $120,000.00 USD or ₹1,20,000.00 INR refer this link

@miomech
Copy link

miomech commented Mar 25, 2024

I know it's been a while but if you still need help check this post out.

#85 (comment)

Let me know if you need any help.

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

2 participants