Re: Help with hash of dates

2005-08-08 Thread Kevin Old
On 8/8/05, Jeff 'japhy' Pinyan <[EMAIL PROTECTED]> wrote: > On Aug 8, Kevin Old said: > > > I'm trying to come up with a way to automatically create a hash like > > the following: > > > > It's a hash with the start and end date for each week with the start > > date being Sunday and the end date be

Re: Help with hash of dates

2005-08-08 Thread Jeff 'japhy' Pinyan
On Aug 8, Kevin Old said: I'm trying to come up with a way to automatically create a hash like the following: It's a hash with the start and end date for each week with the start date being Sunday and the end date being the following Saturday. You can use localtime() and the Time::Local modul