|
Posted by Tyrone Slothrop on 03/18/07 14:22
On Sun, 18 Mar 2007 15:02:10 +0100, hidden@mail.zz (Ja NE) wrote:
>for no particular reason at this very moment, I would like to echo
>numebrs of seconds since my site is born. or since I'm born. this isn't
>problem ($diff = time() - mktime($begining) but it looks ugly on screen:
>
>using this two functions substr(chunk_split($diff, 3, '.'), 0, -1);
>I'm lucky with my site: 277142273 seconds = 277.142.273
>but with myself: 1257865147 seconds = 125.786.514.7
>
>so I would like to echo 1.257.865.167 ...can someone help me with this?
>
>(I know I have seen it somewhere before, but now I can't find where)
>thank you! :)
>
>--
>Ja NE
>http://fotozine.org/?omen=janimir
number_format() is what you are looking for.
Navigation:
[Reply to this message]
|