Gossamer Forum
Home : Products : Gossamer Mail : Discussion :

Re: [wickedmoon] Insert IP address and current time/date stamp?

Quote Reply
Re: [wickedmoon] Insert IP address and current time/date stamp? In reply to
Code:
sub {
my $format = shift;
if (!$format or ref $format eq "HASH") {
$format = "%ddd% %mmm% %d%, %yyyy% %h%:%MM% %tt%";
}
require GT::Date;
return GMail->date(time, $format);
}
Code:
sub {
return $ENV{REMOTE_ADDR}
}

Adrian
Subject Author Views Date
Thread Insert IP address and current time/date stamp? telemachus 3724 Jun 18, 2004, 2:02 PM
Thread Re: [wickedmoon] Insert IP address and current time/date stamp?
brewt 3632 Jun 18, 2004, 2:46 PM
Thread Re: [brewt] Insert IP address and current time/date stamp?
telemachus 3620 Jun 18, 2004, 3:09 PM
Thread Re: [wickedmoon] Insert IP address and current time/date stamp?
brewt 3624 Jun 18, 2004, 3:24 PM
Thread Re: [brewt] Insert IP address and current time/date stamp?
anup123 3593 Jul 1, 2004, 4:37 PM
Thread Re: [anup123] Insert IP address and current time/date stamp?
brewt 3611 Jul 1, 2004, 6:56 PM
Post Re: [brewt] Insert IP address and current time/date stamp?
anup123 3598 Jul 3, 2004, 11:55 AM