该方法用于给出系统中的本地日期和时间。
localtime()
None
-module(helloworld). -export([start/0]). start() -> io:fwrite("~p~n",[erlang:localtime()]).
当我们运行上述程序时,我们将得到以下结果。
{{2016,4,17},{11,33,9}}