Help for this page

Select Code to Download


  1. or download this
    # $the_date=???; 
    $date=localtime(); #This is the one I'm using now
    
  2. or download this
    $date = &datetime;
    sub datetime { 
    ...
    $date="$day $month $t[3], $yr, $t[2]:$t1 $ap"; 
    return $date; 
    }