Is it possible to to create a new Time::Object with a time other than current?
I have used the example including with the module...
$t = localtime;
I would like to set $t to an arbitrary time, for example...
$u = 6/1/2001;
I'm using Time::Object because it seemed the easiest to use figure out tomorrow,
yesterday, etc.
Any help greatly appreciated!
-Brian
[EMAIL PROTECTED]
- Re: using Time::Object Brian Jefferies
- Re: using Time::Object Rich Bowen
