fork download
  1. def t1 = new Date()
  2.  
  3. def a = t1 - 1
  4. println a
  5. println a.getDay()
  6.  
Success #stdin #stdout 0.95s 217280KB
stdin
Standard input is empty
stdout
Sun May 20 05:52:30 GMT 2012
0