Reports allow you to repeatedly view timesheets that have the same parameters, without having to configure the filters and breakdowns each time.
...
Here's a sample timesheet address:
...
You can create a relative date range by editing the startingAt and endingAt clauses of the address. For instance to select 5 days before and 5 days ahead of today change startingAt and endingAt to set a date range that begins 5 days before today, and ends 5 days from now, set startingAt to =-5 and the endingAt to =5:
...
To select current day, use 0. For example endingAt=0.
...