Description
Type string READONLY
date contains the date the request was submitted in the form: YYYY/MM/DD.
Example
if (pmshell) 
{ 
   # prints the date and time the shell was opened 
   print( command + " started " + date + " "+ time ); 
   accept; 
}