Standard Library procedure that returns a stringarray or string constant containing the name of the day of the week for each day in a Date/Time variable.
date = TODAY( ) day = DAY_NAME(date) PRINT, day
Monday
For more information on Date/Time data, see the PV-WAVE User's Guide.