Jump to content

PHP date intervals...


Hall of Famer

Recommended Posts

Tried to use a datetime addition function but it gave me this error:

 

Fatal error: Call to undefined function date_add() in /home2/cruxispr/public_html/mysidiaadoptables/devdemo/script.php on line 3

 

I searched on PHP tutorials, but it says there's no need to install any of these datetime related functions since they are part of PHP core. I dont understand, why do I get a no method error like this if it is indeed already in PHP core? Please help.

 

Here are the links from PHP official site for references:

http://www.php.net/manual/en/datetime.installation.php

http://www.php.net/manual/en/datetime.add.php

Link to comment
Share on other sites

This is what I see from cpanel:

PHP version 5.2.16

 

So yeah, looks like this is the problem. Is it possible for a hosting service to upgrade PHP? o_o

 

Also are there any other functions that I can manipulate with dates? For instance, what am I supposed to do if I have a petsite in which an egg hatches like, say 5 days after it is laid? Please help...

Link to comment
Share on other sites

Thank you for answering my question everyone, much appreciated. I happened to find that there's a date_add() function in mysql, so I wonder if it is possible to use use a mysql query line to add/substract dates:

 

http://www.w3schools.com/sql/sql_dates.asp

 

How do these mysql functions work? Do they also require PHP 5.3 or higher?

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.