Re: Looping Dates.

2008-01-25 Thread Anagram
Sara - You should look at perldoc.perl.org for the date-time related functions. You don't really need any special modules, though they can sometimes be helpful. Here is a key idea: dates in perl (and many other computer languages & systems) are stored as an integer number that represents the nu

Looping Dates.

2008-01-20 Thread J Alejandro Ceballos Z
El 19/01/2008, a las 12:39 a.m., [EMAIL PROTECTED] escribió: beginners-cgi Digest 19 Jan 2008 06:39:46 - Issue 989 Topics (messages 13145 through 13145): Looping Dates. 13145 by: sara.samsara.gmail.com Administrivia: To subscribe to the digest, e-mail: <[EM

Re: Looping Dates.

2008-01-19 Thread Gunnar Hjalmarsson
[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 gen

Re: Looping Dates.

2008-01-18 Thread Owen
> 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 dat

RE: Looping Dates.

2008-01-18 Thread Duck McDonald
Sent: Saturday, January 19, 2008 1:40 AM To: beginners-cgi@perl.org Subject: Looping Dates. Importance: High 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 st

Re: Looping Dates.

2008-01-18 Thread Aruna Goke
[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 gene

Looping Dates.

2008-01-18 Thread sara.samsara
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: 200