Library /sys$common/syshlp/BASICHELP.HLB  —  DATE$
  The DATE$ function returns a string containing a day, month, and  year  in
  the form dd-Mmm-yy.  If you specify an argument of zero, DATE$ returns the
  current date.

  Example

  PRINT DATE$(0%)

1  –  Syntax

      str-var = DATE$(int-exp)
Close Help