I had success using number_format(1.2378147769392E+14, 0, '', '') , which was originally provided by this question .
This also works when the value is a string, for example: number_format("1.2378147769392E+14", 0, '', '') . Let's try.
jwhat
source share