| .DATE$ Function QuickSCREEN. |
|
  QuickSCREEN       Details       Example       Contents       Index |
| ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ |
| DATE$ - a function that returns a string containing the current date |
|
| Syntax |
|   DATE$ |
|     ž a ten-character string is returned, in the form |
|         mm-dd-yyyy |
|       mm is the month (01-12), |
|       dd is the day (01-31), and |
|       yyyy is the year (1980-2099) |
|   |
See Also  DATE$ statement - which sets the date |