PHP Classes

Feb05

Recommend this page to a friend!

      jcal  >  All threads  >  Feb05  >  (Un) Subscribe thread alerts  
Subject:Feb05
Summary:Repeating Feb 1st
Messages:3
Author:Myles Hawkins
Date:2005-02-01 14:34:31
Update:2005-02-14 14:31:56
 

 


  1. Feb05   Reply   Report abuse  
Picture of Myles Hawkins Myles Hawkins - 2005-02-01 14:34:33
Hi,
Your class has been working great for me.
But as of today (feb 1st)
It repeats feb 1st for six days, this in turn throws off the rest of the dates.

Does anyone else have this issue or did i break it somehow
Please let me know

  2. Re: Feb05   Reply   Report abuse  
Picture of chris chris - 2005-02-02 17:20:09 - In reply to message 1 from Myles Hawkins
same note. the database i think works ok, it is just the way things appear visually. this is not a leap year, but i guess it is a problem related to that?? i clicked on "february" from "january" last month, and this was not happening.

  3. Re: Feb05   Reply   Report abuse  
Picture of Jamie McCoard Jamie McCoard - 2005-02-14 14:31:57 - In reply to message 1 from Myles Hawkins
Phillip provided me with the following fix for this bug, I haven't placed it into the jcal class yet, but will within the next few days.

----------------------
In my code I was able to add that line of code on line 123.
$this->intDateCounter++;
Within the first week series of while- else if - else. At the end of the
else if block of code before the else.
That solved the problem.
------------------------------

Thank you, Tevyn