Home > freetb4matlab > time > today.m

today

PURPOSE ^

% Returns the current local date as the number of days since Jan 1, 0000.

SYNOPSIS ^

function t = today

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {datenum =} today 
% Returns the current local date as the number of days since Jan 1, 0000.
% By this reckoning, Jan 1, 1970 is day number 719529.
%
% The returned number corresponds to 00:00:00 today.
%
% The returned value is also called a 'serial date number'
% (see @code{datenum}).
% @seealso{clock, date, datenum, now}
% @end deftypefn

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Fri 22-May-2009 15:13:00 by m2html © 2003