There is a way to determine the day of the week with formulas. Let's say A12 is the date. Then just do a "mod(a12,7)". This will return a value from 0 to 6. With 0 being Sunday, and 6 being Saturday.
You could mod your current date. Then have a cell that subtracts that value...