Using DayOfWeek function in the selection criteria along with the date criteria. Something like this.
{Date} in DateTime (2011, 02, 18, 00, 00, 00) to DateTime (2010, 03, 19, 00, 00, 00) and
(DayOfWeek({Date}) = 7 or DayOfWeek({Date}) = 1)
There is also a variation of DayOfWeek where you can set the first day of the week.
I hope this helps.