Jump to content

Printing every 3 weeks blocks


Canman2005

Recommended Posts

Hi all

 

I have a database field called `date` this stores a datestamp in the following format

 

YYYY-MM-DD

 

I have a PHP page which I run everyday, I want to print the word

 

"process"

 

If it has been 3 weeks since the value of the field `date`.

 

So for example, if my `date` value was 2009-02-01, and I loaded the page and it was 3 weeks since that date, it would print "process", if it was 6 weeks since that date it would print "process" and if it was 9 weeks since that date, it would print "process".

 

So as you can see, im trying to figure out 3 week blocks since the `date` value

 

Does that make sense? Can anyone help?

 

Thanks in advance

 

Ed

Link to comment
https://forums.phpfreaks.com/topic/149061-printing-every-3-weeks-blocks/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.