bluegroper
Technical User
Hey forum
I'm using the following to format some numbers :
How do I also include commas after every 3 digits from the right of the values in $data ?
Much TIA's
I'm using the following to format some numbers :
Code:
$data=sprintf("%.2f",$data);
Much TIA's