Jump to content

php date calculations


sylunt1

Recommended Posts

Hello...

 

Here is what I am trying to do....

 

I want to take $tse_start and add 28 days to it and have that be $tse_estlive which will then be inserted in to mysql.

 

$tse_start is a date field that is being posted from a form on a previous page.

 

I am thinking something like this... but as it is - no luck

 

$tse_estlive  = mktime(0, 0, 0, $tse_start("m")  , $tse_start("d")+28, $tse_start("Y"));

 

Any help is appreciated.

Link to comment
https://forums.phpfreaks.com/topic/86697-php-date-calculations/
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.