PDFMonkey how to show between dates

Hello

I’m exporting a date to pdfmonkey from glide.

How can I limit the statement to only work if it is between two dates. For example May 1st to July 31st?

the date part is messing me up

{% if dateprepared >= ??? and <= ??? %}

Info that only shows between two dates

{% endif %}

Thank You

Wouldn’t it be better if you pre-process the data in Glide and only send over data that is between those 2 days?