Suppose there is a number like
333987.67
I want to format only the integer part irrespective of decimal part, how long the decimal part will be it can be upto 10 digit also Like
333,987.67
No rounding nothing. How to do that? Do i have to split the decimal and integer part using "."