Returns an array of integers containing the day of the week for each date in a Date/Time variable.
date
, for April 13, 1992. To find out which day of the week this date is, enter:
day = DAY_OF_WEEK(date) PRINT, day
1
For more information on Date/Time data, see the PV-WAVE User's Guide.