NAME
CurrentDayOfTheWeek — Get the current day of the week (e.g. Sunday, Monday, etc.)
SYNOPSIS
CurrentDayOfTheWeek ?Format?
DESCRIPTION
Return Value
The current day of the week.
Arguments
FormatOptional. Format to use for the return value. See More Info for details. Defaults to %A, which is Sunday, Monday, etc.
More Info
See the clock command for more details on the possible formats.

The options are, in brief:
%a : Mon, Tue, etc.
%A: Monday, Tuesday, etc. (This is the default.)
%u: Numbers: 1 = Monday, 2 = Tuesday, ..., 7 = Sunday
%w: Numbers: 0 = Sunday, 1 = Monday, ..., 6 = Saturday


For information regarding exceptions / errors, see here.
EXAMPLES
% # Suppose today is Sunday
% CurrentDayOfTheWeek
Sunday
SEE ALSO
CurrentTimeOfDay, Today
KEYWORDS
date