vtimeb()

If called without parameters, returns the current date and time in a four
byte compressed format.

If called with a string which contains a four byte compressed date/time,
vtimeb() returns the full time in date in ASCII.

Examples:

m = vtimeb()  :   returns: "%"                        
? vtimeb(m)   :   returns: "Wed Jan 31 09:21:39 1990"    



This function is useful for audit-trails, and other applications where
a non-obtrusive date/time field must be stored, but needn't be manipulated.


The Microsoft C 5.x LLIBCA.LIB must be on the link line to use this function,
and it should be listed after CLIPPER.LIB.


vtimeb() was written by Vukan Ruzic @ Leisure Technology, Inc.  Vukan can
be contacted via CIS at 71327,1703.

