% Erlang日期 date()
-module(helloworld). 
-export([start/0]). 

start() ->
   io:fwrite("~p~n",[date()]).