Logo

Programming-Idioms

History of Idiom 61 > diff from v18 to v19

Edit summary for version 19 by :

Version 18

2015-08-26, 21:13:40

Version 19

2015-09-03, 16:18:34

Idiom #61 Get current date

Assign to variable d the current date/time value, in the most standard type.

Idiom #61 Get current date

Assign to variable d the current date/time value, in the most standard type.

Code
Time.now
Doc URL
http://ruby-doc.org/core-2.2.3/Time.html