With leap year adjustment...
strtotime("+1 year", <timestamp>);
will return a unix timestamp.
- Jacob
At 01:49 09/19/2002, Robert Cummings wrote:
>"Support @ Fourthrealm.com" wrote:
> >
> > Hi guys,
> >
> > What is the easiest way to get the date of one year from today?
> > Accommodating for leap years is not essential (but would be a nice bonus).
>
>Without leap year adjustment...
>
>date( "your format string here", time() + 60 * 60 * 24 * 365 );
>
>HTH,
>Rob.
>--
>.-----------------.
>| Robert Cummings |
>:-----------------`----------------------------.
>| Webdeployer - Chief PHP and Java Programmer |
>:----------------------------------------------:
>| Mail : mailto:[EMAIL PROTECTED] |
>| Phone : (613) 731-4046 x.109 |
>:----------------------------------------------:
>| Website : http://www.webmotion.com |
>| Fax : (613) 260-9545 |
>`----------------------------------------------'
>
>--
>PHP General Mailing List (http://www.php.net/)
>To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php