Logo

Programming-Idioms

History of Idiom 61 > diff from v4 to v5

Edit summary for version 5 by :

Version 4

2015-05-06, 21:04:51

Version 5

2015-07-31, 20:39:17

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
$t = time;