But you already have the date. What you are asking for is to store a calculated value in a table which is a database no-no! You rtitle, however, alludes to only displaying which is what you should be doing if you need to display the day (which is easily got from the date).
i.e.
=Format(Date(), "dddd")