time_now = Time.now
(Date.parse(time.to_s)+1.day).to_s(:date)
(Date.parse(time.to_s)-1.day).to_s(:date)