[snip]
[snip]
Using the following code,

date("His")

I get the hours, minutes and seconds.  Is there a way to extend this so that
I get the milliseconds too?
[/snip]

$ms = (date("s")/1000);

I don't think that there is a method to return it. I looked through php.net
(searched millisecond and milliseconds) and found some things which might
point you in the right direction.
[/snip]

Have a look at http://www.php.net/manual/en/printwn/function.microtime.php
HTH!

Jay

*****************************************************
* Texas PHP Developers Conf  Spring 2003            *
* T Bar M Resort & Conference Center                *
* New Braunfels, Texas                              *
* Contact [EMAIL PROTECTED]       *
*                                                   *
* Want to present a paper or workshop? Contact now! *
*****************************************************



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

Reply via email to