date1 = "2009-01-01"
date2 = "2009-02-01"
response.write(DateDiff("d",date1,date2))
date2 = "2009-02-01"
response.write(DateDiff("d",date1,date2))