Ok first i get the curent date and search(one week at a time) for records in the curent week to display them.
My problem is the database only have dates containing info.
How can i skip one(empty) day to display the next filled one???
Here's an example:
On the database:
2001-11-11 Call Bob
2001-11-13 Call For Pizza
and so on....
I get todays date 2001-11-14
then search from 2001-11-11 to 2001-11-17 (curent week)
i'll then display
2001-11-11 2001-11-12 2001-11-13 2001-11-14
Call Bob (nothing) Call For Pizza (nothing)
But how can i detect if the 2001-11-12 is empty???
And skip it to write on the next day(if <> empty)
Thanks in advance...
Sharky99 >:O>
My problem is the database only have dates containing info.
How can i skip one(empty) day to display the next filled one???
Here's an example:
On the database:
2001-11-11 Call Bob
2001-11-13 Call For Pizza
and so on....
I get todays date 2001-11-14
then search from 2001-11-11 to 2001-11-17 (curent week)
i'll then display
2001-11-11 2001-11-12 2001-11-13 2001-11-14
Call Bob (nothing) Call For Pizza (nothing)
But how can i detect if the 2001-11-12 is empty???
And skip it to write on the next day(if <> empty)
Thanks in advance...
Sharky99 >:O>