DAYNAME

Syntax:

DAYNAME(number)

Returns a text string of the day given by number with reduction of number into the range [1,7] (i.e. inclusive).

Examples:

DAYNAME(7)

returns the text string "Saturday"

DAYNAME(WEEKDAY(TODAY))

returns today's day name as a text string.