The DAY_NAME function returns a string array containing the names of the days of the week. DAY_NAME uses the system variable !DAY_NAMES, which is stored in the IDLDT structure and can be user-modified.
PRINT, DAY_NAME(TODAY()) ;
Print the day name of the day this was written, using the
TODAY function.