Logo

Programming-Idioms

History of Idiom 61 > diff from v30 to v31

Edit summary for version 31 by :
New Erlang implementation by user [elbrujohalcon]

Version 30

2016-02-18, 16:58:00

Version 31

2016-04-05, 04:35:48

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
D = calendar:local_time().