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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.