Isn't the hack with gmmktime() faster? It is clean if the code knows what is 1,1,1970 
and how Unixtime is measured.

Andrey

----- Original Message ----- 
From: "Martin Schichl" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, March 18, 2002 10:29 AM
Subject: Re: [PHP] Re: [PHP-DB] How to add 2 years to todays date ?


> 
> 
> At 10:19 18.03.02 +0200, "Andrey Hristov" <[EMAIL PROTECTED]> wrote:
> >$your_timestamp+=gmmktime(0,0,0,1,1,1972);
> 
> Try:
> 
> $your_timestamp =
> mktime(date("H"),date("i"),date("s"),date("m"),date("d"),(date("Y")+2));
> 
> Is there anything why this would not work?
> 
> Martin
> 
> 
> 
> -----------------------------------------------------------------
> Dipl.-Ing. Martin Schichl
> SC&C Software, Communication & Consulting GmbH & Co KEG
> Grottenhofstr. 3, A-8053 Graz
> Tel. +43/(0)316/265-205, Fax +43/(0)316/265-234
> [EMAIL PROTECTED], http://scc.co.at
> 
> 
> -- 
> 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

Reply via email to