[PHP] Problem with DATE 2010-10-31

2010-10-12 Thread Rado Oršula
I do not know good English. In the attached source code. Here is erroneous statement: date: 2010-10-31 00:00:00 date+*0*h: 2010-10-31 *00*:00:00 date+*1*h: 2010-10-31 *01*:00:00 *date+2h: 2010-10-31 02:00:00 date+3h: 2010-10-31 02:00:00 * date+*4*h: 2010-10-31 *03*:00:00 date+5h: 2010-10-31

Re: [PHP] Problem with DATE 2010-10-31

2010-10-12 Thread richard gray
On 12/10/2010 11:52, Rado Oršula wrote: I do not know good English. In the attached source code. Here is erroneous statement: date: 2010-10-31 00:00:00 date+*0*h: 2010-10-31 *00*:00:00 date+*1*h: 2010-10-31 *01*:00:00 *date+2h: 2010-10-31 02:00:00 date+3h: 2010-10-31 02:00:00 * date+*4*h:

Re: [PHP] Problem with DATE 2010-10-31

2010-10-12 Thread Richard Quadling
On 12 October 2010 10:52, Rado Oršula rado.ors...@gmail.com wrote: I do not know good English. In the attached source code. Here is erroneous statement: date: 2010-10-31 00:00:00 date+0h: 2010-10-31 00:00:00 date+1h: 2010-10-31 01:00:00 date+2h: 2010-10-31 02:00:00  date+3h: 2010-10-31