Although, I already received the answer to my question, I decided to edit it.
I was looking for any method in Ruby that can show a date tomorrow. This is normal, if it shows the time, I will format its output.
Time.now provides the current date, time, and time zone:
Time.now => 2013-06-11 13:09:02 +0900
How can I use this method to get the date for tomorrow?
This is normal if there are other methods that can do this.
source share