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