oh yeah, make sure when you insert the user into the database you insert the date using now() in the query
$insert_user = mysql_query("INSERT INTO users (username,rname,password,email,country,age,date) VALUES ('$username','$rname','$password','$email','$country','$age',now())");