On 11 Aug 2004 10:35:37 -0000, DIFF FanneHH <[EMAIL PROTECTED]> wrote:
> Hi,
> 
> I have this date in timestamp format:
> 
> $a= 20040810114155;

Convert it to a unix timestamp (that's a mysql timestamp), then add 7
days worth of seconds to it. Search the archives or the web for more.
If you're stuck, try using substr.

> 
> I want to add 7 days to this date. How can i do that?
> 
> Thanks
> 
> ----
> 
> Home, no matter how far...
> http://www.home.ro
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 

-- 
DB_DataObject_FormBuilder - The database at your fingertips
http://pear.php.net/package/DB_DataObject_FormBuilder

paperCrane --Justin Patrin--

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to