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