Re: Date question...

Roy T. Fielding (fielding@kiwi.ics.uci.edu)
Thu, 22 Jan 1998 22:04:26 -0800


In message <9801091522.AA15528@gergu3.gerg.tamu.edu>, Woody Lee writes:
>I am using wwwstat-2.0 to generate monthly statistics.  However, I seem to
>have run into a little problem.  I have been calling wwwstat using the -d
>"month" option but this month I am getting both Jan/1997 and Jan/1998.
>
>I have tried several combinations of month and year to try and get it to
>simply output the current year but with no luck.  Could anyone give me some
>help?

Try using

    wwwstat -d "Jan .. 1997"

instead.  The parameter value is a regular expression on the date
format output by wwwstat.

....Roy