Hi Oliver,

On Tue, 13 Jul 2004 16:55:22 +0200, "Oliver Ziltener" wrote 
in <[EMAIL PROTECTED]>:
> 
> and what kind of experience do you found the the 3 weekformat 
> options?

I wrote a scriptlet for your convenience:

#!/usr/bin/perl -w

use strict;
use POSIX qw(strftime);

my @tm = localtime();
print strftime("%%W=%W\n", @tm);
print strftime("%%U=%U\n", @tm);
print strftime("%%V=%V\n", @tm);

# EOF


Don't call me a liar ;)
Takumi Yamane <[EMAIL PROTECTED]>

--
Unsubscribe mailto:[EMAIL PROTECTED]
Archive     http://www.ee.ethz.ch/~slist/mrtg
FAQ         http://faq.mrtg.org    Homepage     http://www.mrtg.org
WebAdmin    http://www.ee.ethz.ch/~slist/lsg2.cgi

Reply via email to