<< getdate Time and Date realtimeinit >>

Scilab Help >> Time and Date > now

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 >>