def t1 = new Date()

println t1 - 1 

println t1.getDay()
