Standard Library procedure that prints the value in date/time variables in a readable format.
4/2/1992 7:7:51
x = TODAY() DT_PRINT, x
05/06/1992 14:34:54
PRINT, x
{ 1992 5 6 14 34 54.0000 87528.608 0}
dtarray = DTGEN(x,4) DT_PRINT, dtarray
4/2/1992 7:7:51.000
4/3/1992 7:7:51.000
4/4/1992 7:7:51.000
4/5/1992 7:7:51.000
For more information on date/time, see the PV-WAVE User's Guide.