Group,

Is there a date manipulation module that does the same thing as gnu
`date -d' command?  That is, given a spec string, it returns a date in
the past in user selected format.

Like what gnu `date' would do with:
  date  -d '-2 weeks' +"%m%d%Y_%T"
  04292004_13:20:28

I've written some manipulations using `time' and `localtime' plus
`printf' but doing the above is quite a lot more complex.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to