How to filter report by Today's date

Hello there, I have a custom report for reservations that I would like to show the reservations with today’s date only, I searched before asking but had no success.

Thank you in advance

Try {<task report name>:<fields>:(TST=<task name>) && (TSC.Date={DATE:<date format>})}

<date format> some form of MM/dd/yyyy (e.g. {DATE:MM/dd/yyy})