in reply to Re: Getting Weekly Dates
in thread Getting Weekly Dates
Very neat!perl -MTime::Local -wle ' for ($x = timelocal(0,0,0,1,0,2001); $x < timelocal(0,0,0,1,0,2002) +; $x += 24*60*60) { (localtime($x))[6] % 6 and print substr(localtime($x),0,10) }'
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Getting Weekly Dates
by japhy (Canon) on Mar 09, 2001 at 09:36 UTC | |
by petral (Curate) on Mar 09, 2001 at 09:48 UTC |