bas7qck.hlp (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
DATE$ Statement
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
DATE$ = stringexpression$
 
    ■ stringexpression$   The date in one of the following forms:
                          mm-dd-yy, mm-dd-yyyy, mm/dd/yy, or mm/dd/yyyy
                          where:
                            mm (01-12)                Is the month.
                            dd (01-31)                Is the day.
                            yy or yyyy (1980-2099)    Is the year.
 
See Also    TIME$ Statement    DATE$ Function