Difference between revisions of "TIMEOFDAY()"

From Recital Documentation Wiki
Jump to: navigation, search
Line 1: Line 1:
 
{{YLM to do}}
 
{{YLM to do}}
 
<pre>
 
<pre>
 +
//same as time() - whole seconds only
 
> ? timeofday()
 
> ? timeofday()
 
14:43:26
 
14:43:26
> ? time()
+
//date mm-dd-yyyy hh:mm:ss:xxx
14:43:35
+
 
> ? timeofday(1)
 
> ? timeofday(1)
 
11-06-2009 14:44:33.036
 
11-06-2009 14:44:33.036

Revision as of 15:48, 6 November 2009

Template:YLM to do

//same as time() - whole seconds only
> ? timeofday()
14:43:26
//date mm-dd-yyyy hh:mm:ss:xxx
> ? timeofday(1)
11-06-2009 14:44:33.036
> ? timeofday(2)
14:44:41.012
//seconds since midnight
> ? timeofday(3)
53088.540
> ? timeofday(4)
5.248
> ? timeofday(5)
2009110614:44:58