laravel-money icon indicating copy to clipboard operation
laravel-money copied to clipboard

Positioning the 'thousands_separator' correctly.

Open hussain-attari opened this issue 1 year ago • 1 comments

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

hussain-attari avatar Sep 06 '23 05:09 hussain-attari

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

https://github.com/akaunting/laravel-money/issues/85#issuecomment-1598079213

Let me know if you need any help.

miomech avatar Mar 25 '24 18:03 miomech