cvslog.cgi?period=since&days=2001/12/09
It should be noted that the defintion of "since" in this case does NOT
include the day given.
$heading = "i-scream CVS$moduleext commits on $date";
$firstdate = "$date 00:00<$date 23:59"
}
+elsif($period eq "since") {
+ my($date)=$query->param('date');
+ $date = `/bin/date \"+%Y/%m/%d\"` unless defined $date;
+ $heading = "i-scream CVS$moduleext commits since $date";
+ $firstdate = ">$date";
+}
elsif($period eq "thisweek") {
$firstdate = ">last Sunday";
$heading = "i-scream CVS$moduleext commits this week";