Scilab 5.3.3
Scilab help >> Time and Date > now
now
Return current date and time
Calling Sequence
t = now()
Description
t = now() returns date and time as a serial date number. (See datenum)
Examples
realtimeinit(1); realtime(0); t1 = now() datevec(t1) realtime(10); t1 = now() datevec(t1)
See Also
Authors
- P.M
| << getdate | Time and Date | realtimeinit >> |