2001 11:24 AM
To: max
Subject: Re: [PHP-WIN] Please Help with incorrect Date Code
Someone else discovers daylight savings. Once a year, one day has 25 hours,
so
24 hours after 10/28/01 00:00 is 10/28/01 23:00. Use an hour other than
00:00
in your initial timestamp, Or you could just
I'm posting a snippet of code which prints each date within a week. For
example on the day of 10/21/01 it will print the dates 10/21/01, 22, 23, 24,
25, 26, and 27.
The problem I am having is on the week of 10/28/01 it will print 10/28
twice. for example 28,28,29,30,31,1,2,3. As far as I can t