[insert_php] $now = time(); // or your date as well
$your_date = strtotime(“1995-08-04”);
$datediff = $now – $your_date;
$days = floor($datediff/(60*60*24));
$age = floor( (strtotime(date(‘Y-m-d’)) – strtotime(‘1979-08-04’)) / 31556926);
[/insert_php]
  • ”[insert_php echo $age;[/insert_php]”]Age
  • ”[insert_php echo $days;[/insert_php]”]Days Online
  • 100 % Geek Factor
error: Content is protected !!