Help for this page

Select Code to Download


  1. or download this
    sub Calc_Date_Vars {
    
    ...
    $min = $dt->min();
    $hourmin = "$hour:$min";
    }
    
  2. or download this
    if (($lastvisit eq "$dateadded2" && $nowhourmin < 10)  {
    print "Online";
    }