date("u") Milliseconds

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
momukhtar
Forum Newbie
Posts: 11
Joined: Thu Mar 06, 2008 8:02 pm

date("u") Milliseconds

Post by momukhtar »

I am using PHP Version 5.2.5 . It says that date("u") ( Milliseconds (added in PHP 5.2.2)).
http://us.php.net/manual/en/function.date.php

But when I am printing the milliseconds it says 000000 always at any instant of time.
Post Reply