Welcome Guest, Not a member yet? Register   Sign In
I Am Missing Something
#4

[eluser]wowdezign[/eluser]
OK. I finally found my problem!

If you pass data into the generate method, be sure that your array keys are not in 0? format for example,

Code:
array(01=>TRUE,02=>TRUE,03=>TRUE); // This code will not work.

However,

Code:
array(1=>TRUE,2=>TRUE,3=>TRUE); // This code will work.

Since the only time this happens is at the beginning of the month and I was testing for overlap, I mistakenly thought it was due to the dates going from one table to another.

So, there you have it. If you are having problems with dates showing up, make sure any keys under ten do not contain a 0. Now I am ecstatic :-) :lol: :cheese: :bug: :exclaim:


Messages In This Thread
I Am Missing Something - by El Forum - 01-06-2010, 12:50 PM
I Am Missing Something - by El Forum - 01-06-2010, 12:55 PM
I Am Missing Something - by El Forum - 01-06-2010, 03:23 PM
I Am Missing Something - by El Forum - 01-06-2010, 09:33 PM



Theme © iAndrew 2016 - Forum software by © MyBB