CLOCK Get Current Time

Section: FreeMat Functions

Usage

Returns the current date and time as a vector. The syntax for its use is
   y = clock

where y has the following format:

   y = [year month day hour minute seconds]

Example

Here is the time that this manual was last built:
--> clock
ans = 
  <double>  - size: [1 6]
 
Columns 1 to 3
 2007.000000000000000     1.000000000000000     9.000000000000000  
 
Columns 4 to 6
   23.000000000000000    37.000000000000000     5.364161014556885