Tuesday 15 February 2011

Tuesday

For later: How to format time in php, and location from ip
Adding php and microseconds


$now = microtime();
$date = date("Y-m-d\tH:i:s\.u", $now);
echo $date;


No comments:

Post a Comment