Current Date and Time
The function date returns a string for today's date:
date
date ans = 02-Oct-1996
The function now returns the serial date number for the current date and time:
now
now ans = 729300.71 datestr(now) ans = 02-Oct-1996 16:56:16 datestr(floor(now)) ans = 02-Oct-1996
© 1994-2005 The MathWorks, Inc.