up previous next
date    --    the date


Syntax
date() : INT

Description
This function returns the date.

NOTE: from CoCoA version 5.0.4 the result is an INT and the date is in the form YYYYMMDD (in decimal). See also TimeOfDay .

Example
/**/  date();
20130530

See Also