Helper number does not format decimal |
Hello people!
Was there an update to the helper number? After I updated CI4 to the latest version (4.0.3) it is no longer formatting decimal numbers! Exemple: PHP Code: $number = 2.55; Result: PHP Code: US$ 3
I have the same problem. Any solution?
Solved: number_to_currency($number, 'USD', null, 2);
(07-03-2020, 11:54 AM)captain-sensible Wrote: just tried this: This way it rounds the decimal places. Thing I needed. PHP Code: <?php This function receives the $fraction, which we can add the number of decimal places we need. So, resolved.
|
Welcome Guest, Not a member yet? Register Sign In |