Hi everybody,
I have dates in my database, in the format, yyyy-mm-dd. If I want to add a week to the date ( 604800 seconds ), is there there a php function to allow this, or must I extract the date from the database, convert it to a timestamp and then add the seconds and update the database?