Function:
Returns the day of the week for a given date
Syntax:
DayOfWeek("<variable>")
Example:
DayOfWeek("%%Today%%")
Note:
DayOfWeek is returned as a numeric value of 1-7 representing the day of the week where 1=Sunday, 2=Monday, 3=Tuesday, …