PDA

View Full Version : number notation thousands


Berkellicht
09-22-2006, 02:49 PM
Is it possibly to change the notation of the visitors. I mean I don't want to see 10000 but 10.000. Does anyone know how the change this?

Connie
09-22-2006, 03:36 PM
the script reads the numbers from the database

maybe you want in roman numbers ;=)

it should be "beautified" in the addon advanced_stat.php

Connie
09-22-2006, 03:46 PM
you could try this modification of the advanced_stat.php

It's just a test, but maybe it is the thing you want, maybe it is not

I did not test it

there are options for the output of number_format( )

Vernon.Trent
09-22-2006, 03:58 PM
you could try this modification of the advanced_stat.php

It's just a test, but maybe it is the thing you want, maybe it is not

I did not test it

there are options for the output of number_format( )

seems to be working. 123,456

Connie
09-22-2006, 04:35 PM
so I also learned something today ;=)