Logo

Programming-Idioms

History of Idiom 61 > diff from v16 to v17

Edit summary for version 17 by :

Version 16

2015-08-22, 21:40:15

Version 17

2015-08-22, 23:13:16

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
var d = new DateTime.now();