Help for this page

Select Code to Download


  1. or download this
    my $dt_min = $format_date->format_datetime( $dt_set->min );
    my $dt_max = $format_date->format_datetime( $dt_set->max );
    ...
    (ir.closed_date >= '$dt_min' and
     ir.closed_date < '$dt_max' ) and cm.user_id = ? 
    EOF