How can I match all data between two date

It should work.

Most likely some of your dates are not Date, otherwise you would NOT have specified your dates as

You cannot do $gt and $lt on dates are with this format because it makes the dates unordered.

Share some input documents.