DAY$(date$)
Returns the day of the week for a given date as a string.
For example, “Monday”, “Tuesday” etc.
date$ is a string and its format can be DD-MM-YY or DD-MM-YYYY or
YYYY-MM-DD. You can also use NOW to get the day for the current date,
eg, PRINT DAY$(NOW)