I want my number format like this:
1000 = 1k
10500 = 10.5k
1843 = 1.8k
17434 = 17.4k
But I have no clue how to do that. The language is PHP
Thanks for the help!
|
I want my number format like this:
But I have no clue how to do that. The language is PHP Thanks for the help! |
|||||
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
Try this:
|
|||||
|
|
|
This will fit your need.
|
|||
|
This should work for any number.
|
|||||||||||
|