fork download
  1. def t1 = new Date()
  2.  
  3. println t1
  4.  
  5. println t1.getDay()
  6.  
Success #stdin #stdout 0.93s 216576KB
stdin
Standard input is empty
stdout
Mon May 21 05:49:30 GMT 2012
1