I tried doing something like
Time.now + 5.days
but that doesn\'t work, even though I vaguely remember seeing, and being very impressed, wi
Try this on Ruby. It will return a new date/time the specified number of days in the future
DateTime.now.days_since(10)