DATE - return current date in ASCII.

Alternate Entry Name: .DATE

Usage:

B:
   vector = date( vector );
C: char *date(char *vector);

Description:

The current date will be written into "vector" as a B string, in the form

MM/DD/YY

The "vector" which the user provides should be at least three words long. "vector" is returned as the value of the function.

Copyright © 1996, Thinkage Ltd.