#将时间点做差,并转换成天数
time = ?("2011-06-03 12:23:34".to_time.to_i -?"2011-06-01 00:00:00".to_time.to_i)/86400.00
#保留小数点后两位
days = format("%.2f",time)