WEEKDAYNAME

This function will return the WEEKDAYNAME of the given date:

WEEKDAYNAME(date)

Parameters

Date

            The date value

RETURNS:

EXAMPLE

In the following statement, the memory variable DAYNAME will be filled with the FRIDAY since October 3, 2002 was a FRIDAY.

SETMEM(DAYNAME//WEEKDAYNAME("10/03/2002"))