Difference between revisions of "TIMEOFDAY()"
From Recital Documentation Wiki
		
		
		
Yvonnemilne  (Talk | contribs)  | 
				Yvonnemilne  (Talk | contribs)   | 
				||
| 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  | ||
| − | + | //date mm-dd-yyyy hh:mm:ss:xxx  | |
| − | + | ||
> ? 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
//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