Navigation

Operators and Keywords

Function List:

C++ API

Function File: t = now ()

Return the current local date/time as a serial day number (see datenum).

The integral part, floor (now) corresponds to the number of days between today and Jan 1, 0000.

The fractional part, rem (now, 1) corresponds to the current time.

See also: clock, date, datenum.

Package: octave