Re: 9970318527584

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 11-02-18 10:08 PM, John Taylor-Johnston wrote:
9970318527584
Could this number refer to a date()? In late 2009?
How could I calculate it?

Doesn't look like it...

    echo date( 'Y-m-d H:i:s', 9970318527584 )."\n";

Not even a JavaScript millisecond timestamp:

    echo date( 'Y-m-d H:i:s', 9970318527584 / 1000 )."\n";

Cheers,
Rob.
--
E-Mail Disclaimer: Information contained in this message and any
attached documents is considered confidential and legally protected.
This message is intended solely for the addressee(s). Disclosure,
copying, and distribution are prohibited unless authorized.

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



[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux