Re: [PHP] calculate the time that day ends

2009-02-04 Thread tedd
At 8:59 AM +0100 2/4/09, Lupus Michaelis wrote: Shawn McKenzie a écrit : STFW That's not so fair. If Thodoris ask about day end, it is obvious he's wrong with the word. Wrong because he isn't mastering english. So, without the good word (sunset), he can't find. So please don't bash us w

Re: [PHP] calculate the time that day ends

2009-02-04 Thread Shawn McKenzie
Lupus Michaelis wrote: > Shawn McKenzie a écrit : > >> STFW > > That's not so fair. If Thodoris ask about day end, it is obvious he's > wrong with the word. Wrong because he isn't mastering english. So, > without the good word (sunset), he can't find. So please don't bash us > when we appear si

Re: [PHP] calculate the time that day ends

2009-02-03 Thread Lupus Michaelis
Shawn McKenzie a écrit : STFW That's not so fair. If Thodoris ask about day end, it is obvious he's wrong with the word. Wrong because he isn't mastering english. So, without the good word (sunset), he can't find. So please don't bash us when we appear silly ! -- Mickaël Wolff aka Lupu

Re: [PHP] calculate the time that day ends

2009-02-03 Thread tedd
At 11:36 AM -0500 2/3/09, Dan Shirah wrote: Doesn't every day end at 23:59:59? the next second would be 00:00:00...the beginning of a new day! :) Splitting hairs. December 31, 2008 had two 23:59:59 -- it was a leap second for that year. My grand-kids, being the nerds that they are counted th

Re: [PHP] calculate the time that day ends

2009-02-03 Thread Thodoris
Shawn McKenzie wrote: Thodoris wrote: 2009/2/3 Thodoris : I was wondering if there is way to find out what is the time that every day ends? I am planning to add this to the first page on an interface I am developing. Most days end at midnight, but there

Re: [PHP] calculate the time that day ends

2009-02-03 Thread Shawn McKenzie
Shawn McKenzie wrote: > Shawn McKenzie wrote: >> Thodoris wrote: 2009/2/3 Thodoris : > I was wondering if there is way to find out what is the time that > every > day ends? I am planning to add this to the first page on an > interface I am > developing. >

Re: [PHP] calculate the time that day ends

2009-02-03 Thread Shawn McKenzie
Shawn McKenzie wrote: > Thodoris wrote: >>> 2009/2/3 Thodoris : >>> I was wondering if there is way to find out what is the time that every day ends? I am planning to add this to the first page on an interface I am developing. >>> Most days end at midnight, b

Re: RES: [PHP] calculate the time that day ends

2009-02-03 Thread Thodoris
Try: echo date("H:i:s", mktime(23-date("H"), 59-date("i"), 59-date("s")); This is I guess how much time we have to reach midnight. But the question is how to calculate the time that sun stops showing its refreshing light. BTW try not to top post -- Thodoris -- PHP General Mailing

Re: [PHP] calculate the time that day ends

2009-02-03 Thread Shawn McKenzie
Thodoris wrote: > >> 2009/2/3 Thodoris : >> >>> I was wondering if there is way to find out what is the time that >>> every >>> day ends? I am planning to add this to the first page on an >>> interface I am >>> developing. >>> >> >> Most days end at midnight, but there may be some except

RES: [PHP] calculate the time that day ends

2009-02-03 Thread Jônatas Zechim
Try: echo date("H:i:s", mktime(23-date("H"), 59-date("i"), 59-date("s")); -Mensagem original- De: Thodoris [mailto:t...@kinetix.gr] Enviada em: terça-feira, 3 de fevereiro de 2009 14:38 Para: Stuart Cc: php-general@lists.php.net Assunto: Re

Re: [PHP] calculate the time that day ends

2009-02-03 Thread Thodoris
2009/2/3 Thodoris : I was wondering if there is way to find out what is the time that every day ends? I am planning to add this to the first page on an interface I am developing. Most days end at midnight, but there may be some exceptions ;-) Seriously though, not really sure what

Re: [PHP] calculate the time that day ends

2009-02-03 Thread Dan Shirah
> Hi gang, > I was wondering if there is way to find out what is the time that every > day ends? I am planning to add this to the first page on an interface I am > developing. > > -- > Thodoris Doesn't every day end at 23:59:59? the next second would be 00:00:00...the beginning of a new day! :

Re: [PHP] calculate the time that day ends

2009-02-03 Thread Stuart
2009/2/3 Thodoris : > I was wondering if there is way to find out what is the time that every > day ends? I am planning to add this to the first page on an interface I am > developing. Most days end at midnight, but there may be some exceptions ;-) Seriously though, not really sure what you're

[PHP] calculate the time that day ends

2009-02-03 Thread Thodoris
Hi gang, I was wondering if there is way to find out what is the time that every day ends? I am planning to add this to the first page on an interface I am developing. -- Thodoris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php