Logo

Programming-Idioms

History of Idiom 184 > diff from v10 to v11

Edit summary for version 11 by kamps:
New Ruby implementation by user [kamps]

Version 10

2019-09-26, 13:50:47

Version 11

2019-09-26, 13:51:15

Idiom #184 Tomorrow

Assign to variable t a string representing the day, month and year of the day after the current date.

Idiom #184 Tomorrow

Assign to variable t a string representing the day, month and year of the day after the current date.

Code
_t = Date.tomorrow.to_s