timeΒΆ

time gets the time when the function is called as a string.

ssTime = time()

Return Value

ssTime is the time when the function is called as a string with 12 characters in the form hh:mm:ss,ttt: hh is hour; mm minutes; ss is seconds; tt is thousanths of a second.

Example

* time()
21:06:20,775

id-1899665