Re: Looping Dates.
[email protected] (Aruna Goke)
| Newsgroups | perl.beginners.cgi |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: > I am stuck here, I want to get list of dates in a certain range. Like: Start Date: 2007-01-03 to End Date: 2007-05-30 > > I am pointless here as what should I do in order to get all dates between start and end? Is there any for, foreach loop or other method? that will generate a list of dates: > > 2007-01-03 > 2007-01-04 > 2007-01-05 > 2007-01-06 > 2007-01-07 > .............. and so on to > 2007-05-30 > > Any ideas will be appreciated. > > Thanks, > Sara. > > check cpan to see modules that can do that http://search.cpan.org/search?query=date&mode=all goksie