Scilab 5.3.0
Please note that the recommended version of Scilab is 2025.0.0. This page might be outdated.
See the recommended documentation of this function
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)
Authors
- P.M
<< getdate | Time and Date | realtimeinit >> |