"Ventsyslav Vassilev" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi, is there any function, which returns the number of seconds between
> 01.01.1970 and a GIVEN date - similar to UNIX_TIMESTAMP in mySQL?
> time() works, but counts from current time only...

Either mktime() or strtotime() depending on what you're working from...



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to