View Problem

Display the current date and time

Create a Date object representing the current date and time. Print it out.
If you can also do this without creating a Date object you can show that too.
DiskEdit
erlang
io:format("~p~n", [calendar:local_time()])
DiskEdit
fsharp
printfn "%A" System.DateTime.Now

Submit a new solution for erlang or fsharp
There are 17 other solutions in additional languages (clojure, cpp, csharp, fantom ...)