Standard Library function that returns a string or string array containing the names of the months contained in a date/time variable.
dttoday = TODAY() PRINT, dttoday
{ 1992 4 1 6 12 57.0000 87493.259 0}
m = MONTH_NAME(dttoday) PRINT, m
April
For more information, see Chapter 8, Working with Date/Time Data, in the PV-WAVE User's Guide.