section g of routines in string.i

yorick banner

Home

Manual

Packages

Global Index

Keywords

Quick Reference

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 34  
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 22  
SEE ALSO: getdate,   parsedate,   timestamp