We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
$120,000.00
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
₹120,000.00
₹1,20,000.00
Also, how do I show the number format like this $120,000.00 USD or ₹1,20,000.00 INR refer this link
$120,000.00 USD
₹1,20,000.00 INR
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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 formatHowever 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 formatAlso, how do I show the number format like this
$120,000.00 USD
or₹1,20,000.00 INR
refer this linkThe text was updated successfully, but these errors were encountered: