TODAY Function
Returns a date/time variable containing the current system date and time.
Usage
result = TODAY( )
Parameters
None.
Returned Value
resultA date/time variable containing the current system date and time.
Keywords
None.
Example
dttoday = TODAY()
PRINT, dttoday
DT_PRINT, dttoday
See Also
For more information, see the PV‑WAVE User’s Guide.