Scilab 6.0.1
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 under the form of a Unix hour (timestamp)
Syntax
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
Report an issue | ||
<< getdate | Time and Date | realtimeinit >> |