on Mon, 30 Sep 2002 21:38:34 GMT, Charlie Farinella wrote:
> I don't know if this is helpful.  Let me know.
>  
>> a) how this function is called, and
> 
>      if( $hashref->{'period'} eq '1' ) {
>           $starttime = GetFirstDayOfMonth( $curtime );
>           $endtime = GetLastDayOfMonth( $curtime );
>      
>> b) what's in the @monthDays array (and where it is defined).
> 
>      our @monthDays= qw( 31 28 31 30 31 30 31 31 30 31 30 31 );

This code seems OK to me? When are you running the report? On the last day 
of the month or the first day of the next month?


-- 
felix

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to