[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [GT] SVN Commit r610 - trunk/GT
RAS had provided the capability in scan.pl to automatically convert
dates given as parameters to the appropriate format for the selected
timeframe. Also, he added some consistency checking on the given dates.
I have factored this out into a generic function so that all scripts
could leverage this capability.
I propose that we add this to all scripts. See scan.pl (line 245) for an
example of how this function is used.
Cheers, Th.
-----Original Message-----
From: GeniusTrader SVN [mailto:raphael
AT
geniustrader.org]
Sent: Sunday, April 20, 2008 12:03 AM
To: devel
AT
geniustrader.org
Subject: [GT] SVN Commit r610 - trunk/GT
Author: thomas
Date: 2008-04-20 07:02:33 +0200 (Sun, 20 Apr 2008)
New Revision: 610
Modified:
trunk/GT/Tools.pm
Log:
Moved date checking and conversion from scan.pl into GT::Tools.pm to
make available elsewhere.