Home > freetb4matlab > time > asctime.m

asctime

PURPOSE ^

% Convert a time structure to a string using the following five-field

SYNOPSIS ^

function retval = asctime (t)

DESCRIPTION ^

% -*- texinfo -*-
% @deftypefn {Function File} {} asctime (@var{tm_struct})
% Convert a time structure to a string using the following five-field
% format: Thu Mar 28 08:40:14 1996.  For example,
%
% @example
% @group
% asctime (localtime (time ))
%      @result{} 'Mon Feb 17 01:15:06 1997\n'
% @end group
% @end example
%
% This is equivalent to @code{ctime (time )}.
% @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