functions in string.i - g
getdate
getdate -- get date of the day in the form "DD/MM/YY"
SYNOPSIS: date= getdate();
getdate, date;
HISTORY: October 30, 1995 by Eric THIEBAUT.
Interpreted function, defined at i/string.i line 35
SEE ALSO:
gettime,
parsedate,
timestamp
gettime
gettime -- get current time in the form "HH:MM:SS"
SYNOPSIS: time= gettime();
gettime, time;
HISTORY: October 30, 1995 by Eric THIEBAUT.
Interpreted function, defined at i/string.i line 23
SEE ALSO:
getdate,
parsedate,
timestamp