the normal format for countifs between dates is:

=COUNTIFS(Data range,">="&Cell containing start date,Data range,"<="&Cell containing end date)

e.g.

=COUNTIFS(A1:A100,">="&B1,A1:A100,"<="&B2)

not sure if this helps...